From 264bcddb08ca2e35ad7f692aac84dab57ed29a45 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 3 Oct 2010 18:37:55 -0500 Subject: misc --- sdl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sdl/Makefile') diff --git a/sdl/Makefile b/sdl/Makefile index 9e76257..5ba8c06 100644 --- a/sdl/Makefile +++ b/sdl/Makefile @@ -22,5 +22,7 @@ $(PROG).o: $(PROG).c math3d.h math3d.o: math3d.c math3d.h $(CC) -c $(CFLAGS) math3d.c +.PHONY: clean + clean: rm -f *.o ./$(PROG) -- cgit v1.2.3