mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 01:37:34 +02:00
Added 'clean'
This commit is contained in:
parent
f9d38142b9
commit
2b20698566
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ icyc: cyclone
|
||||||
unit-tests: unit-tests.scm
|
unit-tests: unit-tests.scm
|
||||||
cyclone unit-tests.scm && ./unit-tests
|
cyclone unit-tests.scm && ./unit-tests
|
||||||
|
|
||||||
#.PHONY: clean
|
.PHONY: clean
|
||||||
#clean:
|
clean:
|
||||||
# rm -rf a.out http stack-watch stack-tests *.o
|
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 dependencies required to actually build this project
|
||||||
install-deps:
|
install-deps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue