summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew James Goins <mjgoins@anger.brokenja.ws>2008-03-08 18:15:19 -0500
committerMatthew James Goins <mjgoins@anger.brokenja.ws>2008-03-08 18:15:19 -0500
commite114a5fa9a8baa58ae10bd353b99bfa4d1563d82 (patch)
treedc7a61d6cdb8c1f2fc80e1c946d95328e5ba6769 /Makefile
parent87ebc674becfaa77af9432b6e1b3444ab00a5e34 (diff)
Added a .PHONY to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb82821..f3576b1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,5 @@ monkeysphere: main.c
clean:
rm monkeysphere
+
+.PHONY: clean