CI: Update Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-03-13 16:53:58 +01:00
parent 94b9597797
commit e9da28907b

View file

@ -52,6 +52,7 @@ endif
# Declare "make" targets.
all: dep build-js
dep: dep-tensorflow dep-js
biuld: build
build: build-go
pull: docker-pull
test: test-js test-go