diff options
Diffstat (limited to 'sdl/Makefile')
-rw-r--r-- | sdl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |