summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 967f0bb4..20f47994 100644
--- a/Makeconf
+++ b/Makeconf
@@ -87,7 +87,7 @@ endif
ifeq ($(makemode),library)
clean := yes
- cleantarg := $(libname).a
+ cleantarg := $(libname).a $(libname).so
endif