We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4acb7a commit e2dd891Copy full SHA for e2dd891
Makefile
@@ -42,7 +42,9 @@ VER = sed "s/@VERSION/${JQ_VER}/"
42
43
DATE=$(shell git log -1 --pretty=format:%ad)
44
45
-all: update_submodules jquery min lint
+all: update_submodules core
46
+
47
+core: jquery min lint
48
@@echo "jQuery build complete."
49
50
${DIST_DIR}:
@@ -107,4 +109,4 @@ pull_submodules:
107
109
pull: pull_submodules
108
110
@@git pull ${REMOTE} ${BRANCH}
111
-.PHONY: all jquery lint min clean distclean update_submodules pull_submodules pull
112
+.PHONY: all jquery lint min clean distclean update_submodules pull_submodules pull core
0 commit comments