aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Fürstenberg <azatoth@gmail.com>2011-03-17 20:26:45 +0100
committerCarl Fürstenberg <azatoth@gmail.com>2011-03-18 17:59:09 +0100
commite2dd8916eef1daba1a56a5ff1fbb44cb3385f4f0 (patch)
treeeaa8e53846e3e04c101f667a31e72cbb2e7503a0 /Makefile
parentb4acb7ae819563c3b75bbdabfaf2662fd24b06e4 (diff)
downloadjquery-e2dd8916eef1daba1a56a5ff1fbb44cb3385f4f0.tar.gz
jquery-e2dd8916eef1daba1a56a5ff1fbb44cb3385f4f0.zip
Adding core target
Adding core target to do jquery, minimization and lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d377c4cf6..99e742d6c 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,9 @@ VER = sed "s/@VERSION/${JQ_VER}/"
DATE=$(shell git log -1 --pretty=format:%ad)
-all: update_submodules jquery min lint
+all: update_submodules core
+
+core: jquery min lint
@@echo "jQuery build complete."
${DIST_DIR}:
@@ -107,4 +109,4 @@ pull_submodules:
pull: pull_submodules
@@git pull ${REMOTE} ${BRANCH}
-.PHONY: all jquery lint min clean distclean update_submodules pull_submodules pull
+.PHONY: all jquery lint min clean distclean update_submodules pull_submodules pull core