From 3143d3dd4e2950bace8dc46119ab8c30f7b905bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Fri, 31 Mar 2023 21:10:42 +0200 Subject: [PATCH] Do not clean nonexistent .so files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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