diff options
Diffstat (limited to 'opdracht-1')
l--------- | opdracht-1/build | 1 | ||||
-rw-r--r-- | opdracht-1/makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/opdracht-1/build b/opdracht-1/build deleted file mode 120000 index 1fb5c6e..0000000 --- a/opdracht-1/build +++ /dev/null @@ -1 +0,0 @@ -../render-opdracht
\ No newline at end of file diff --git a/opdracht-1/makefile b/opdracht-1/makefile new file mode 100644 index 0000000..b91dfe8 --- /dev/null +++ b/opdracht-1/makefile @@ -0,0 +1,3 @@ +TARGET := opdracht-1 + +include ../common.mk |