summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/makefile b/data/makefile
index 23956869..af215a6c 100644
--- a/data/makefile
+++ b/data/makefile
@@ -26,4 +26,4 @@ recipes/%.svg: recipes/%.gv.txt
dot -Tsvg -Kdot >$@<$<
clean:
- rm -fr recipes/*.{yaml,gv.txt,svg}
+ $(RM) -r recipes/*.{yaml,gv.txt,svg}