aboutsummaryrefslogtreecommitdiff
path: root/opdracht-2/makefile
blob: 19a00722ce8c5d9fbdcf3313b7d3e015432d82c3 (plain)
1
2
3
4
5
6
7
8
9
TARGET = opdracht-2
RESET_SQL += ../opdracht-1/.tmp.sql

all: $(TARGET).md

../opdracht-1/.tmp.sql:
	make -C ../opdracht-1

include ../common.mk