Skip to content

Commit e2dd891

Browse files
committed
Adding core target
Adding core target to do jquery, minimization and lint
1 parent b4acb7a commit e2dd891

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ VER = sed "s/@VERSION/${JQ_VER}/"
4242

4343
DATE=$(shell git log -1 --pretty=format:%ad)
4444

45-
all: update_submodules jquery min lint
45+
all: update_submodules core
46+
47+
core: jquery min lint
4648
@@echo "jQuery build complete."
4749

4850
${DIST_DIR}:
@@ -107,4 +109,4 @@ pull_submodules:
107109
pull: pull_submodules
108110
@@git pull ${REMOTE} ${BRANCH}
109111

110-
.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

Comments
 (0)