summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shinn <ashinn@users.noreply.github.com>2014-06-29 22:52:02 +0900
committerAlex Shinn <ashinn@users.noreply.github.com>2014-06-29 22:52:02 +0900
commit31901309f88865ed9eb94bed8958889e74329743 (patch)
tree23065f61d48c9705d9856379e74d911b1afae5cb
parent3398ce5980f901ca44a11ae58c70665c0a71ec39 (diff)
make cleaner should remove versions so files0.7
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88af034e..68d5444e 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,7 @@ clean: clean-libs
cleaner: clean
-$(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)
dist-clean: dist-clean-libs cleaner