mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +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
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue