summaryrefslogtreecommitdiffstats
path: root/sdl/mingw32
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-02 13:41:48 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-02 13:41:48 -0500
commit616f2216d80848f88605be75fd03049f6d635378 (patch)
tree86f7939e41e80f5806c91a86f9cd6472a251f30e /sdl/mingw32
parenta8dd445ee3f531a92c6e356ec048f6f6474e9eee (diff)
downloadGLPyramid-616f2216d80848f88605be75fd03049f6d635378.tar.gz
GLPyramid-616f2216d80848f88605be75fd03049f6d635378.tar.bz2
GLPyramid-616f2216d80848f88605be75fd03049f6d635378.zip
sdl: move code around, introduce concept of a platform
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 951fdf7..eb1cbbc 100644
--- a/sdl/mingw32
+++ b/sdl/mingw32
@@ -39,6 +39,6 @@ $(BIN): $(OBJ_FILES)
clean:
rm -rf $(OBJ_DIR)
- rm -f $(BIN_DIR)/$(BIN)
+ rm -f $(BIN_DIR)/$(BIN).exe stdout.txt stderr.txt
-include $(DEP_FILES)