Fixed type in Makefile
Getty Ritter
10 years ago
| 43 | 43 | mkdir -p `dirname $@` |
| 44 | 44 | bin/quote.sh $(DATADIR) all >$@ |
| 45 | 45 | |
| 46 |
$(OUTDIR)/quips/index.html: $(DATADIR)/qu |
|
| 46 | $(OUTDIR)/quips/index.html: $(DATADIR)/quips/* templates/quote.mustache templates/main.mustache | |
| 47 | 47 | mkdir -p `dirname $@` |
| 48 | 48 | bin/quip.sh $(DATADIR) all >$@ |
| 49 | 49 |