From 2b206985660d78470dbd53bbf34afb7e9e67a752 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 21 Jul 2015 20:37:40 -0400 Subject: [PATCH] Added 'clean' --- Makefile-bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile-bootstrap b/Makefile-bootstrap index 130d56d4..2de52bfd 100644 --- a/Makefile-bootstrap +++ b/Makefile-bootstrap @@ -33,9 +33,9 @@ icyc: cyclone unit-tests: unit-tests.scm cyclone unit-tests.scm && ./unit-tests -#.PHONY: clean -#clean: -# rm -rf a.out http stack-watch stack-tests *.o +.PHONY: clean +clean: + rm -rf *.o *.a *.so cyclone icyc unit-tests test.out test.txt scheme/*.o scheme/cyclone/*.o icyc.c unit-tests.c # Install dependencies required to actually build this project install-deps: