Proper recursive search

This commit is contained in:
Andrey Mayorov 2016-02-18 15:39:20 +03:00
parent 9481572bc6
commit a57fb6a1f7

2
wsd.mk
View File

@ -1,5 +1,5 @@
FORMAT ?= svg
SOURCES = $(wildcard *.wsd **/*.wsd)
SOURCES = $(shell find $(CURDIR) -type f -name '*.wsd')
TARGETS = $(foreach fmt, $(FORMAT), $(patsubst %.wsd,%.$(fmt),$(SOURCES)))
STYLE ?= style.isvg