From de16a24277c432435a6eda2e8b0331aa459bee5a Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sun, 14 May 2017 11:06:35 +0200 Subject: server: Neatness stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf