Commit 0067de2a0b73f4d53f6ce7eee925aff1bf12cff1

Authored by Geoffrey PREUD'HOMME
1 parent 96ecb803

Forgot to auto dl jquery

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -4,7 +4,7 @@ JQUERYVER=2.1.1 @@ -4,7 +4,7 @@ JQUERYVER=2.1.1
4 REDIRS=$(shell cd pages; echo *.php) 4 REDIRS=$(shell cd pages; echo *.php)
5 BOOTSTRAPNAME=bootstrap-$(BOOTSTRAPVER)-dist 5 BOOTSTRAPNAME=bootstrap-$(BOOTSTRAPVER)-dist
6 6
7 -all: redirs bootstrap 7 +all: redirs $(BOOTSTRAPNEEDED) js/jquery.min.js
8 cd img; make 8 cd img; make
9 9
10 %.php: pages/%.php 10 %.php: pages/%.php