diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-04 17:10:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-04 17:10:08 +0200 |
commit | 8531a023f0a3db50897ea77f38a5d59909a97825 (patch) | |
tree | d317a69c0bb844b86b4a0a2f16651adc20482144 /opdracht-1 | |
parent | df4e9faf60be8039af715c60a1fd7b21da8b99c5 (diff) |
makefile build instead of janky shell scripts
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 |