diff options
Diffstat (limited to 'sdl/mingw32')
-rw-r--r-- | sdl/mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32 index a43c1ef..ff7555e 100644 --- a/sdl/mingw32 +++ b/sdl/mingw32 @@ -30,4 +30,4 @@ shader.o: shader.c shader.h math3d.h .PHONY: clean clean: - rm -f *.o ./$(PROG) + rm -f *.o ./$(PROG).exe |