summaryrefslogtreecommitdiffstats
path: root/sdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/Makefile')
-rw-r--r--sdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl/Makefile b/sdl/Makefile
index 7b878a9..74a9840 100644
--- a/sdl/Makefile
+++ b/sdl/Makefile
@@ -48,8 +48,8 @@ $(OBJ_DIR):
.PHONY: clean info
clean:
- rm -rf $(OBJ_DIR)
- rm -f $(BIN)
+ @rm -rf $(OBJ_DIR)
+ @rm -f $(BIN)
info:
@echo $(OBJ_REL)