summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2010-10-03 18:37:55 -0500
committerKamil Kaminski <kamilkss@gmail.com>2010-10-03 18:37:55 -0500
commit264bcddb08ca2e35ad7f692aac84dab57ed29a45 (patch)
treea0e012d5e9ca5a5bee4fe09cc97a69644f807821
parent4b920a146780168fc40e4a18d78355958a266e09 (diff)
downloadGLPyramid-264bcddb08ca2e35ad7f692aac84dab57ed29a45.tar.gz
GLPyramid-264bcddb08ca2e35ad7f692aac84dab57ed29a45.tar.bz2
GLPyramid-264bcddb08ca2e35ad7f692aac84dab57ed29a45.zip
misc
-rw-r--r--glut/Makefile2
-rw-r--r--sdl/Makefile2
2 files changed, 4 insertions, 0 deletions
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)