diff options
-rw-r--r-- | eindopdracht/makefile | 2 |
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 |