mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Adding core target
Adding core target to do jquery, minimization and lint
This commit is contained in:
parent
b4acb7ae81
commit
e2dd8916ee
6
Makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user