From bbc81042481e8e32a7e5cc1d90d53d585a548d23 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Sat, 15 Aug 2026 17:03:19 -0500 Subject: initial commit Signed-off-by: Chloe M --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f6bba39 --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +.PHONY: all +all: bin levd newpass + +.PHONY: bin +bin: + mkdir -p bin/ + +.PHONY: newpass +newpass: + cd newpass/; $(MAKE) + +.PHONY: levd +levd: + cd levd/; $(MAKE) -- cgit v1.2.3