Remove jq target
remove obsolete jq target
This commit is contained in:
parent
a2faed347d
commit
22738e0e4b
1
Makefile
1
Makefile
|
@ -52,7 +52,6 @@ init:
|
||||||
@@if [ -d .git ]; then git submodule update --init --recursive --merge; fi
|
@@if [ -d .git ]; then git submodule update --init --recursive --merge; fi
|
||||||
|
|
||||||
jquery: init ${JQ}
|
jquery: init ${JQ}
|
||||||
jq: init ${JQ}
|
|
||||||
|
|
||||||
${JQ}: ${MODULES} | ${DIST_DIR}
|
${JQ}: ${MODULES} | ${DIST_DIR}
|
||||||
@@echo "Building" ${JQ}
|
@@echo "Building" ${JQ}
|
||||||
|
|
Loading…
Reference in a new issue