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 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) |