commit c15a866c47953cc41e75fdb158a5fe6bb5755d77 Author: David Fifield david@bamsoftware.com Date: Mon Sep 5 00:12:08 2011 -0400
Add .PHONY Makefile target. --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index ed799c6..20cd81b 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,5 @@ swfcat.swf: *.as badge.png
clean: rm -f $(TARGETS) + +.PHONY: all clean