summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-17 04:45:08 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-17 04:45:08 -0600
commit95fb08d84d8cbcc23f2ac03cd3a51debed34541f (patch)
tree489f7ad2b4a050e5354775f5657fcbb749fdaab4 /sdl/mingw32
parenta31748ade89121403e3e4aea04898cf48b996580 (diff)
downloadGLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.tar.gz
GLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.tar.bz2
GLPyramid-95fb08d84d8cbcc23f2ac03cd3a51debed34541f.zip
sdl: fix blank screen in Windows XP
Diffstat (limited to 'sdl/mingw32')
-rw-r--r--sdl/mingw322
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