gdritter repos lib-static / 24fd9bf
Fixed type in Makefile Getty Ritter 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
4343 mkdir -p `dirname $@`
4444 bin/quote.sh $(DATADIR) all >$@
4545
46 $(OUTDIR)/quips/index.html: $(DATADIR)/quotes/* templates/quote.mustache templates/main.mustache
46 $(OUTDIR)/quips/index.html: $(DATADIR)/quips/* templates/quote.mustache templates/main.mustache
4747 mkdir -p `dirname $@`
4848 bin/quip.sh $(DATADIR) all >$@
4949