summaryrefslogtreecommitdiff
path: root/plugins/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-11-23 15:07:38 +0100
committertomsmeding <tom.smeding@gmail.com>2019-11-23 15:07:38 +0100
commit6c1ec053b7cdc3ef173ea302cb9e804377f50aaf (patch)
tree3171b7c5201e430ae0ede8b667debfd53f0af46f /plugins/Makefile
parentdcf1eef371adf5dee87787dc13279b6698d9a9a1 (diff)
Fix build
Diffstat (limited to 'plugins/Makefile')
-rw-r--r--plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile b/plugins/Makefile
index 03501e4..130ee0f 100644
--- a/plugins/Makefile
+++ b/plugins/Makefile
@@ -23,7 +23,7 @@ TARGET = $(PLUGINNAME)/$(PLUGINNAME).$(SO_EXT)
all: warning $(TARGET)
clean:
- rm -rf $(TARGET) $(PLUGINNAME)/*.{o,dSYM}
+ rm -rf $(TARGET) $(PLUGINNAME)/*.{o,dSYM,$(SO_EXT)}
remake: clean all