From 264bcddb08ca2e35ad7f692aac84dab57ed29a45 Mon Sep 17 00:00:00 2001 From: Kyle K <kylek389@gmail.com> Date: Sun, 3 Oct 2010 18:37:55 -0500 Subject: misc --- glut/Makefile | 2 ++ sdl/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/glut/Makefile b/glut/Makefile index 476be54..cb35ef0 100644 --- a/glut/Makefile +++ b/glut/Makefile @@ -18,5 +18,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) 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