aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2018-12-25 00:34:39 +0100
committerCamil Staps2018-12-25 00:34:39 +0100
commited32c6288c14d540b5c6270858bf2f8202d579e0 (patch)
tree94e3cff3630a9cfc0a5e2ec67a5b89dbab821fc5 /Makefile
parentAdd booleans, encoded as 1 and 0 (diff)
Better use of monads
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