Skip to content

Commit d0c6626

Browse files
committed
* fix issue #2
1 parent f693212 commit d0c6626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
SUBDIR := $(wildcard */)
3-
SUBDIR := $(filter-out debian/, $(SUBDIR))
2+
SUBDIR := $(wildcard *.lv2/)
3+
#SUBDIR := $(filter-out debian/, $(SUBDIR))
44

55
.PHONY: $(SUBDIR) recurse
66

0 commit comments

Comments
 (0)