aboutsummaryrefslogtreecommitdiff
path: root/eindopdracht/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eindopdracht/makefile')
-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