aboutsummaryrefslogtreecommitdiff
path: root/data/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 00:40:51 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 00:40:51 +0200
commit8e03dfcd16752c87e8593b599bd317dce0019265 (patch)
tree33c93fc7b2d2c7950da8f663b3e0b408bcc88266 /data/makefile
parent922f04cfadbd3bab3eef09df036ad5edcc899199 (diff)
downloadhurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar
hurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar.bz2
hurrycurry-8e03dfcd16752c87e8593b599bd317dce0019265.tar.zst
makefile everything
Diffstat (limited to 'data/makefile')
-rw-r--r--data/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/makefile b/data/makefile
index c9d0ee8a..3f94769b 100644
--- a/data/makefile
+++ b/data/makefile
@@ -24,3 +24,6 @@ recipes/%.gv.txt: recipes/%.yaml
recipes/%.svg: recipes/%.gv.txt
dot -Tsvg -Kdot >$@<$<
+
+clean:
+ rm -r recipes/*.{yaml,gv.txt,svg}