summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 849ab4182caaf4726f3d48e30c4143b3caf9d220 (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