x
This commit is contained in:
9
Makefile
9
Makefile
@ -1,7 +1,6 @@
|
|||||||
# Zoo Design Studio
|
# Zoo Design Studio
|
||||||
### Developer manual
|
### Developer manual
|
||||||
|
|
||||||
[//]:#\
|
|
||||||
.PHONY: **all**
|
.PHONY: **all**
|
||||||
|
|
||||||
**all**: **install**
|
**all**: **install**
|
||||||
@ -35,9 +34,9 @@ endif
|
|||||||
|
|
||||||
**install**: node_modules/.package-lock.json $(CARGO) $(WASM_PACK)
|
**install**: node_modules/.package-lock.json $(CARGO) $(WASM_PACK)
|
||||||
|
|
||||||
node_modules/.package-lock.json: package.json package-lock.json
|
- node_modules/.package-lock.json: package.json package-lock.json
|
||||||
npm prune
|
- npm prune
|
||||||
npm install
|
- npm install
|
||||||
|
|
||||||
```sh :
|
```sh :
|
||||||
$(CARGO):
|
$(CARGO):
|
||||||
@ -58,3 +57,5 @@ else
|
|||||||
endif
|
endif
|
||||||
#\
|
#\
|
||||||
```
|
```
|
||||||
|
|
||||||
|
-:
|
||||||
|
Reference in New Issue
Block a user