diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b6a0867..c3b7c36 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,14 +5,5 @@ SUBDIRS = lib benchmarks examples tests .PHONY: benchmark -if EFL_ENABLE_BENCHMARK - -benchmark: all - cd benchamrks && make eo_bench - -else - benchmark: - @echo "reconfigure with --enable-benchmark" - -endif + @cd benchmarks && $(MAKE) benchmark |