From 172905930705bba0c902cfc9680b805b54f0fa9e Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 6 Feb 2012 01:29:53 +0000 Subject: [PATCH] Fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe3b92e2..a5b950af 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ profanity.o: log.h clean: rm -f profanity rm -f profanity.log - rm *.o + rm -f *.o