From 1a2e1fff7ce4b8fd8db46549d81e71e76b842da3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 30 Aug 2024 18:56:49 +0300 Subject: add some basic benchmarks --- benchmarks/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 benchmarks/Makefile (limited to 'benchmarks/Makefile') 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 -- cgit v1.3