Accidentally left in an extra echo statement in the Makefile.
This commit is contained in:
parent
989667c9fd
commit
19a3ea2c7f
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -65,7 +65,6 @@ jquery: ${DIST_DIR} ${JQ}
|
|||
|
||||
${JQ}: ${MODULES}
|
||||
@@echo "Building" ${JQ}
|
||||
echo "${DATE}"
|
||||
|
||||
@@mkdir -p ${DIST_DIR}
|
||||
@@cat ${MODULES} | \
|
||||
|
|
Loading…
Reference in a new issue