mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
removing libchibi-scheme on make cleaner
This commit is contained in:
parent
03198030c1
commit
e94dc40c00
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -161,7 +161,7 @@ clean:
|
||||||
rm -f tests/basic/*.out tests/basic/*.err
|
rm -f tests/basic/*.out tests/basic/*.err
|
||||||
|
|
||||||
cleaner: clean
|
cleaner: clean
|
||||||
rm -f chibi-scheme$(EXE) chibi-scheme-static$(EXE) *.a include/chibi/install.h
|
rm -f chibi-scheme$(EXE) chibi-scheme-static$(EXE) libchibi-scheme$(SO) *.a include/chibi/install.h
|
||||||
find lib -name \*$(SO) -exec rm -rf '{}' \;
|
find lib -name \*$(SO) -exec rm -rf '{}' \;
|
||||||
|
|
||||||
dist-clean: cleaner
|
dist-clean: cleaner
|
||||||
|
|
Loading…
Add table
Reference in a new issue