Do not clean nonexistent .so files.
This commit is contained in:
parent
3f7a43bd34
commit
3143d3dd4e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ bbstool: $(BBSTOOL-OBJS)
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f *.c *.so *.link *.o *.import.scm bbstool
|
||||
rm -f *.c *.link *.o *.import.scm bbstool
|
||||
|
||||
################################################################
|
||||
# Module static and shared object and import source compilation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue