diff --git a/Makefile b/Makefile index 34dd6a1..d9b13e6 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,12 @@ dev: node_modules/gulp/bin/gulp.js sass node_modules/gulp/bin/gulp.js js +build: + make dev + watch: node_modules/gulp/bin/gulp.js sass:watch + +deploy: + make build + lektor deploy