Develop: Add build-all target to Makefile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
cf364ac27a
commit
e1776f7ed5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ all: dep build-js
|
|||
dep: dep-tensorflow dep-js
|
||||
biuld: build
|
||||
build: build-go
|
||||
build-all: build-go build-js
|
||||
pull: docker-pull
|
||||
test: test-js test-go
|
||||
test-go: reset-sqlite run-test-go
|
||||
|
|
Loading…
Reference in a new issue