diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |