From 6c1ec053b7cdc3ef173ea302cb9e804377f50aaf Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 23 Nov 2019 15:07:38 +0100 Subject: Fix build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 738ccfc..5b221a9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ BIN = cserver PLUGINDIR = plugins -PLUGINS = $(patsubst $(PLUGINDIR)/%,%,$(shell find $(PLUGINDIR)/ -maxdepth 1 -type d)) +PLUGINS = $(patsubst $(PLUGINDIR)/%,%,$(shell find $(PLUGINDIR) -mindepth 1 -maxdepth 1 -type d)) .PHONY: all clean remake -- cgit v1.2.3-70-g09d2