diff options
author | Kyle K <kylek389@gmail.com> | 2011-07-02 13:41:48 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-07-02 13:41:48 -0500 |
commit | 616f2216d80848f88605be75fd03049f6d635378 (patch) | |
tree | 86f7939e41e80f5806c91a86f9cd6472a251f30e /sdl/mingw32 | |
parent | a8dd445ee3f531a92c6e356ec048f6f6474e9eee (diff) | |
download | GLPyramid-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/mingw32 | 2 |
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) |