mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Removing stray files, fixing clean target to purge them in the future
This commit is contained in:
parent
93c17952dd
commit
d2fb720ded
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -37,6 +37,7 @@ example :
|
|||
clean :
|
||||
rm -rf test.txt a.out *.o *.a *.out tags cyclone icyc scheme/*.o scheme/*.c scheme/*.meta srfi/*.c srfi/*.meta srfi/*.o scheme/cyclone/*.o scheme/cyclone/*.c scheme/cyclone/*.meta cyclone.c dispatch.c icyc.c generate-c.c generate-c
|
||||
cd $(EXAMPLE_DIR) ; make clean
|
||||
rm -rf tests/*.o tests/*.c
|
||||
|
||||
install : libs install-libs install-includes install-bin
|
||||
$(MKDIR) $(DESTDIR)$(DATADIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue