summaryrefslogtreecommitdiffstats
path: root/glut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'glut/Makefile')
-rw-r--r--glut/Makefile2
1 files changed, 2 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)