Adding core target
authorCarl Fürstenberg <azatoth@gmail.com>
Thu, 17 Mar 2011 19:26:45 +0000 (20:26 +0100)
committerCarl Fürstenberg <azatoth@gmail.com>
Fri, 18 Mar 2011 16:59:09 +0000 (17:59 +0100)
Adding core target to do jquery, minimization and lint

Makefile

index d377c4c..99e742d 100644 (file)
--- 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