added 'make update'
This commit is contained in:
parent
36b781cfbc
commit
6ae3d9aeef
9
Makefile
9
Makefile
|
@ -1,12 +1,21 @@
|
|||
default: help
|
||||
|
||||
help:
|
||||
@echo "update - get latest sources"
|
||||
@echo "minify - makes JavaScript download and run faster"
|
||||
@echo "lint - checks JavaScript files for style issues"
|
||||
@echo "test - runs JavaScript unit tests"
|
||||
@echo "example - creates a simple example"
|
||||
@echo "ext-chr-gmail - creates the Google Chrome / Google Mail extension"
|
||||
|
||||
update: update-me update-deps
|
||||
|
||||
update-me:
|
||||
@git pull
|
||||
|
||||
update-deps:
|
||||
@git submodule foreach git pull
|
||||
|
||||
example:
|
||||
@mkdir -p build
|
||||
@rm -f build/example.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user