Develop: Add build-all target to Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-09-15 11:11:58 +02:00
parent cf364ac27a
commit e1776f7ed5

View file

@ -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