aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-30 18:56:49 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-30 18:56:49 +0300
commit1a2e1fff7ce4b8fd8db46549d81e71e76b842da3 (patch)
treee33fa259bf9de49e589dd1e75a95dcd09ad3bc97 /benchmarks/Makefile
parentec30538a81c0e900797f4d88c1ee059afa7d9617 (diff)
downloadkmi-1a2e1fff7ce4b8fd8db46549d81e71e76b842da3.tar.gz
kmi-1a2e1fff7ce4b8fd8db46549d81e71e76b842da3.zip
add some basic benchmarks
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
new file mode 100644
index 0000000..79e1afd
--- /dev/null
+++ b/benchmarks/Makefile
@@ -0,0 +1,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