GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0067de2a0b73f4d53f6ce7eee925aff1bf12cff1
Authored by
Geoffrey PREUD'HOMME
2015-03-03 14:07:14 +0100
1 parent
96ecb803
Forgot to auto dl jquery
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
Inline
Side-by-side
Makefile
Wrap text
Show/Hide comments
View file @
0067de2
...
...
@@ -4,7 +4,7 @@ JQUERYVER=2.1.1
4
4
REDIRS=$(shell cd pages; echo *.php)
5
5
BOOTSTRAPNAME=bootstrap-$(BOOTSTRAPVER)-dist
6
6
7
-all: redirs
bootstrap
7
+all: redirs
$(BOOTSTRAPNEEDED) js/jquery.min.js
8
8
cd img; make
9
9
10
10
%.php: pages/%.php
...
...