Improve the clean job
This commit is contained in:
parent
8be2679db1
commit
3a798d2325
2
Makefile
2
Makefile
|
|
@ -191,6 +191,6 @@ clean:
|
||||||
@rm -rf test
|
@rm -rf test
|
||||||
@rm -rf tmp
|
@rm -rf tmp
|
||||||
find . -name "core.1" -delete
|
find . -name "core.1" -delete
|
||||||
find . -name "test@gambit*" -delete
|
find . -name "*@gambit*" -delete
|
||||||
rm -rf retropikzel/r7rs-pffi/r7rs-pffi-chibi.so
|
rm -rf retropikzel/r7rs-pffi/r7rs-pffi-chibi.so
|
||||||
rm -rf retropikzel/r7rs-pffi/r7rs-pffi-chibi.c
|
rm -rf retropikzel/r7rs-pffi/r7rs-pffi-chibi.c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue