mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
no need to remove .dSYM
This commit is contained in:
parent
c114357859
commit
1e71833719
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -159,7 +159,7 @@ clean:
|
|||
|
||||
cleaner: clean
|
||||
rm -f chibi-scheme$(EXE) chibi-scheme-static$(EXE) *.a include/chibi/install.h
|
||||
find lib -name \*$(SO) -o -name \*$(SO).dSYM -exec rm -rf '{}' \;
|
||||
find lib -name \*$(SO) -exec rm -rf '{}' \;
|
||||
|
||||
dist-clean: cleaner
|
||||
for f in `find lib -name \*.stub`; do rm -f $${f%.stub}.c; done
|
||||
|
|
Loading…
Add table
Reference in a new issue