mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
typo, make cleaner should remove versioned so's
This commit is contained in:
parent
ea2e3d7e0a
commit
1a2c504c5f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -297,7 +297,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) \
|
||||||
$(IMAGE_FILES) libchibi-scheme$(SO)* *.a *.pc \
|
$(IMAGE_FILES) libchibi-scheme*$(SO) *.a *.pc \
|
||||||
include/chibi/install.h lib/.*.meta \
|
include/chibi/install.h lib/.*.meta \
|
||||||
chibi-scheme-emscripten \
|
chibi-scheme-emscripten \
|
||||||
js/chibi.* \
|
js/chibi.* \
|
||||||
|
|
Loading…
Add table
Reference in a new issue