Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

CP=cp
RM=rm -rf
SOURCE=/usr/local/share/upsection
# -------------------------------------------------------------
# Main targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALL_TARGETS=package.json .browserslistrc gulpfile.babel.js node_modules
CLEAN_TARGETS=dist/ ${ALL_TARGETS}
all: ${ALL_TARGETS}
npm run build
dev: ${ALL_TARGETS}
npm start
clean:
${RM} ${CLEAN_TARGETS}
# -------------------------------------------------------------
# Individual targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
package.json:
upsection package.json
.browserslistrc:
upsection .browserslistrc
node_modules: package.json
npm install
gulpfile.babel.js:
${CP} ${SOURCE}/gulpfile.js gulpfile.babel.js

File Metadata

Mime Type
text/x-makefile
Expires
Sun, May 3, 07:05 (15 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3677786
Default Alt Text
Makefile (756 B)

Event Timeline