From e114a5fa9a8baa58ae10bd353b99bfa4d1563d82 Mon Sep 17 00:00:00 2001 From: Matthew James Goins Date: Sat, 8 Mar 2008 18:15:19 -0500 Subject: [PATCH 1/1] Added a .PHONY to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1