diff options
Diffstat (limited to 'opdracht-2/makefile')
-rw-r--r-- | opdracht-2/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |