mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Cleanup new unit test executable
This commit is contained in:
parent
6d52836bf8
commit
48d07a07a1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -50,6 +50,7 @@ clean :
|
||||||
rm -f tests/srfi-121-tests
|
rm -f tests/srfi-121-tests
|
||||||
rm -f tests/srfi-143-tests
|
rm -f tests/srfi-143-tests
|
||||||
rm -f tests/array-list-tests
|
rm -f tests/array-list-tests
|
||||||
|
rm -f tests/macro-hygiene
|
||||||
|
|
||||||
install : libs install-libs install-includes install-bin
|
install : libs install-libs install-includes install-bin
|
||||||
$(MKDIR) $(DESTDIR)$(DATADIR)
|
$(MKDIR) $(DESTDIR)$(DATADIR)
|
||||||
|
|
Loading…
Add table
Reference in a new issue