aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile_linux')
-rw-r--r--src/makefile_linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile_linux b/src/makefile_linux
index f96e56d..3afc13f 100644
--- a/src/makefile_linux
+++ b/src/makefile_linux
@@ -37,8 +37,8 @@ OBJ = $(SRC:.c=.o)
#
clean:
- rm ..\$(TARGET)
- rm *.o
+ -rm ..\$(TARGET)
+ -rm *.o
all: $(OBJ)
@echo :: $(OBJ)