aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index bb87457..8ad0630 100644
--- a/src/makefile
+++ b/src/makefile
@@ -42,7 +42,7 @@ OBJ = $(SRC:.c=.o)
#
clean:
- rm ..\$(TARGET)
+ rm ../$(TARGET)
rm *.o
all: $(OBJ)