summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d1efbe..ffaab82 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ out.svg:
out.png: out.svg
$(INKSCAPE) $(INKSCAPE_OPTIONS) --export-area-canvas --export-png=out.png out.svg
+
+clean:
+ rm -f out.svg out.png