aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: 79e1afd1b814f234c887862f1f1f2807081b9923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: benchmark
benchmark:
	$(MAKE) -f scripts/makefile benchmark

.DEFAULT:
	$(MAKE) -f scripts/makefile $<

SOURCES		!= echo */source.mk
DO		!= echo -n > benchmarks.mk
include $(SOURCES)

RM	?= rm

.PHONY: clean
clean:
	$(RM) -rf build