7 linhas
92 B
Makefile
7 linhas
92 B
Makefile
all: install
|
|
grunt build
|
|
install:
|
|
git submodule update --init
|
|
npm install
|
|
bower install
|