From 8531a023f0a3db50897ea77f38a5d59909a97825 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 4 Oct 2022 17:10:08 +0200 Subject: makefile build instead of janky shell scripts --- opdracht-2/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 opdracht-2/makefile (limited to 'opdracht-2/makefile') diff --git a/opdracht-2/makefile b/opdracht-2/makefile new file mode 100644 index 0000000..19a0072 --- /dev/null +++ b/opdracht-2/makefile @@ -0,0 +1,9 @@ +TARGET = opdracht-2 +RESET_SQL += ../opdracht-1/.tmp.sql + +all: $(TARGET).md + +../opdracht-1/.tmp.sql: + make -C ../opdracht-1 + +include ../common.mk -- cgit v1.2.3