2
0

Makefile 226 B

1234567
  1. all: $(patsubst %.yaml,%, $(filter-out candidates.yaml, $(wildcard *.yaml)))
  2. %: campaign/%
  3. svp --debug batch publish $<
  4. campaign/%: %.yaml
  5. svp --debug batch generate --recipe `pwd`/$< --candidates `pwd`/candidates.yaml $@