Skip to content
Permalink
Browse files
Merge branch 'makefile_fixes' of https://github.com/azatoth/jquery in…
…to azatoth-makefile_fixes
  • Loading branch information
jeresig committed Mar 30, 2011
2 parents b89b666 + 07392bb commit 8cdafe7
Showing 1 changed file with 2 additions and 2 deletions.
@@ -73,9 +73,9 @@ lint: jquery
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
fi

min: ${JQ_MIN}
min: jquery ${JQ_MIN}

${JQ_MIN}: jquery
${JQ_MIN}: ${JQ}
@@if test ! -z ${JS_ENGINE}; then \
echo "Minifying jQuery" ${JQ_MIN}; \
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \

0 comments on commit 8cdafe7

Please sign in to comment.