diff --git a/Makefile b/Makefile index a22670ea..e11ea5d2 100644 --- a/Makefile +++ b/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