aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-09 17:17:06 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-09 17:17:06 +0200
commit18e90c8985b3eb5d21417be6bbc2a1e150a2a4cf (patch)
tree3f61e18bf634755b3cc0fc43fb77ed31937cc51d
parent22834860ad780a1ecbaa01cb524c5e0c7ca56ceb (diff)
small oopsie
-rw-r--r--eindopdracht/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eindopdracht/makefile b/eindopdracht/makefile
index 3bac82c..b6990e8 100644
--- a/eindopdracht/makefile
+++ b/eindopdracht/makefile
@@ -11,6 +11,6 @@ q5.sql: nfs.csv
./import.js $< | cat b5.sql - > $@
clean::
- rm q5.sql nfs.csv
+ $(RM) q5.sql nfs.csv
include ../common.mk