We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f693212 commit d0c6626Copy full SHA for d0c6626
Makefile
@@ -1,6 +1,6 @@
1
2
-SUBDIR := $(wildcard */)
3
-SUBDIR := $(filter-out debian/, $(SUBDIR))
+SUBDIR := $(wildcard *.lv2/)
+#SUBDIR := $(filter-out debian/, $(SUBDIR))
4
5
.PHONY: $(SUBDIR) recurse
6
0 commit comments