From d0c662617d00a0b691606f296f918bdc5e6a944c Mon Sep 17 00:00:00 2001 From: brummer Date: Wed, 8 Feb 2017 04:44:10 +0000 Subject: [PATCH] * fix issue #2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ecd9a6..73fa441 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -SUBDIR := $(wildcard */) -SUBDIR := $(filter-out debian/, $(SUBDIR)) +SUBDIR := $(wildcard *.lv2/) +#SUBDIR := $(filter-out debian/, $(SUBDIR)) .PHONY: $(SUBDIR) recurse