From 6c1ec053b7cdc3ef173ea302cb9e804377f50aaf Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 23 Nov 2019 15:07:38 +0100 Subject: Fix build --- plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Makefile') 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 -- cgit v1.2.3-70-g09d2