X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=146b5e3c2bf39cb9663069d5c3d5d6a3b8dfd663;hb=6d358c0cdd4f84884c3d776bad0f48a93908b29b;hp=2e6848d4948126b8eb337cec82dcf487b9463b3e;hpb=3d0aa196c5420e7f68b32cee38f0cc740d4959c6;p=jquery.git diff --git a/Makefile b/Makefile index 2e6848d..146b5e3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -V ?= 0 +V ?= 0 SRC_DIR = src TEST_DIR = test @@ -97,6 +97,7 @@ min: ${JQ_MIN} ${JQ_MIN}: ${JQ} @@echo "Building" ${JQ_MIN} @@${COMPILER} ${JQ} > ${JQ_MIN} + @@sed -i '$ s#^\( \*/\)\(.\+\)#\1\n\2;#' ${JQ_MIN} clean: @@echo "Removing Distribution directory:" ${DIST_DIR}