summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Weller <ianweller@gmail.com>2008-08-03 23:17:17 -0500
committerIan Weller <ianweller@gmail.com>2008-08-03 23:17:17 -0500
commit58a02c3918e99f9b7d42d8a71178843b4d6c71b6 (patch)
tree3553972bae0fead05e7c7890879bc89f7c7847ce
parent1a899082237b96c03adfd01f2529b0dcfbdad3df (diff)
downloadfedora-business-cards-58a02c3918e99f9b7d42d8a71178843b4d6c71b6.tar.gz
fedora-business-cards-58a02c3918e99f9b7d42d8a71178843b4d6c71b6.tar.xz
fedora-business-cards-58a02c3918e99f9b7d42d8a71178843b4d6c71b6.zip
Add clean target to Makefile
-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