summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b6a0867c8b56c843eefc8052394beb43555ca189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

MAINTAINERCLEANFILES = Makefile.in

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