From 3f79b7bd553a52fca7a098f5195b406ff9970491 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 15 Jan 2023 01:13:51 +0100 Subject: add list and static library builder --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..50f926a --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +core: + $(MAKE) -C core/ + +lib: + $(MAKE) -C lib/ + +smash: + $(MAKE) -C smash/ + +.PHONY: core lib smash -- cgit v1.2.3-70-g09d2