Do not clean nonexistent .so files.

This commit is contained in:
Dominik Pantůček 2023-03-31 21:10:42 +02:00
parent 3f7a43bd34
commit 3143d3dd4e

View file

@ -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