Fixed typo, thanks Patrick
This commit is contained in:
parent
1293e80ff9
commit
87284a8ee7
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ MODULES = ${SRC_DIR}/intro.js\
|
|||
${SRC_DIR}/jquery/*\
|
||||
${SRC_DIR}/event/*\
|
||||
${SRC_DIR}/fx/*\
|
||||
${SRC_DIR}/ajax/*
|
||||
${SRC_DIR}/outro.js\
|
||||
${SRC_DIR}/ajax/*\
|
||||
${SRC_DIR}/outro.js
|
||||
|
||||
JQ = ${DIST_DIR}/jquery.js
|
||||
JQ_LITE = ${DIST_DIR}/jquery.lite.js
|
||||
|
|
Loading…
Add table
Reference in a new issue