diff --git a/Makefile b/Makefile index 1c6e903..963ac75 100644 --- a/Makefile +++ b/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