From 264bcddb08ca2e35ad7f692aac84dab57ed29a45 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sun, 3 Oct 2010 18:37:55 -0500 Subject: misc --- glut/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glut') 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) -- cgit v1.2.3