drop double-/ as path-delimiter
This commit is contained in:
parent
e2cf0bdce3
commit
f148feecff
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
||||||
buildcheck installcheck: $(makefiledirs)
|
buildcheck installcheck: $(makefiledirs)
|
||||||
|
|
||||||
runcheck:
|
runcheck:
|
||||||
PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%/*.pd)
|
PDBINDIR=$(PDBINDIR) ./test-patches.sh $(makefiledirs:%=%*.pd)
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
@echo $(makefiledirs)
|
@echo $(makefiledirs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue