mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 08:57:33 +02:00
make cleaner should remove versions so files
This commit is contained in:
parent
3398ce5980
commit
31901309f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -267,7 +267,7 @@ clean: clean-libs
|
||||||
|
|
||||||
cleaner: clean
|
cleaner: clean
|
||||||
-$(RM) chibi-scheme$(EXE) chibi-scheme-static$(EXE) chibi-scheme-ulimit$(EXE) \
|
-$(RM) chibi-scheme$(EXE) chibi-scheme-static$(EXE) chibi-scheme-ulimit$(EXE) \
|
||||||
libchibi-scheme$(SO) *.a *.pc include/chibi/install.h lib/.*.meta \
|
libchibi-scheme$(SO)* *.a *.pc include/chibi/install.h lib/.*.meta \
|
||||||
$(shell $(FIND) lib -name \*.o)
|
$(shell $(FIND) lib -name \*.o)
|
||||||
|
|
||||||
dist-clean: dist-clean-libs cleaner
|
dist-clean: dist-clean-libs cleaner
|
||||||
|
|
Loading…
Add table
Reference in a new issue