Skip to content

Commit

Permalink
* fix issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Feb 8, 2017
1 parent f693212 commit d0c6626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

.PHONY: $(SUBDIR) recurse

Expand Down

0 comments on commit d0c6626

Please sign in to comment.