aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7c7faa..7d9a4ae 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ Clean\ System\ Files/sjit_c.o: sjit_c.c
$(CC) $(CFLAGS) -c $< -o '$@'
clean:
- $(RM) -r $(BIN) Clean\ System\ Files
+ $(RM) -r $(BIN) Clean\ System\ Files Sjit/Clean\ System\ Files
.PHONY: all test clean