git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2faed3
)
Remove jq target
author
Carl Fürstenberg
<azatoth@gmail.com>
Thu, 17 Mar 2011 19:15:44 +0000
(20:15 +0100)
committer
Carl Fürstenberg
<azatoth@gmail.com>
Thu, 17 Mar 2011 19:20:02 +0000
(20:20 +0100)
remove obsolete jq target
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
525d3a1
..
3223b8d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-52,7
+52,6
@@
init:
@@if [ -d .git ]; then git submodule update --init --recursive --merge; fi
jquery: init ${JQ}
-jq: init ${JQ}
${JQ}: ${MODULES} | ${DIST_DIR}
@@echo "Building" ${JQ}