diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-09 17:17:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-09 17:17:06 +0200 |
commit | 18e90c8985b3eb5d21417be6bbc2a1e150a2a4cf (patch) | |
tree | 3f61e18bf634755b3cc0fc43fb77ed31937cc51d /eindopdracht/makefile | |
parent | 22834860ad780a1ecbaa01cb524c5e0c7ca56ceb (diff) |
small oopsie
Diffstat (limited to 'eindopdracht/makefile')
-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 |