aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-05-14 11:06:35 +0200
committertomsmeding <tom.smeding@gmail.com>2017-05-14 11:06:35 +0200
commitde16a24277c432435a6eda2e8b0331aa459bee5a (patch)
tree286364a958d327b364d5c72925c84c142474b37a /Makefile
parent635802489282cea52220569fed8297d75c98a774 (diff)
server: Neatness stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 307fbfa..c9f4989 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TARGETS = tomsg_server
PLUGINDIR = plugins
-PLUGINS = $(patsubst $(PLUGINDIR)/%,%,$(shell find $(PLUGINDIR)/ -maxdepth 1 -type d))
+PLUGINS = $(filter-out _%,$(patsubst $(PLUGINDIR)/%,%,$(shell find $(PLUGINDIR)/ -maxdepth 1 -type d)))
.PHONY: all clean remake