Fix: default tags in makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,10 +1,10 @@
|
|||||||
.PHONY: setconfig run lint setup-whisper build-whisper download-whisper-model docker-up docker-down docker-logs noextra-run noextra-server
|
.PHONY: setconfig run lint setup-whisper build-whisper download-whisper-model docker-up docker-down docker-logs noextra-run noextra-server
|
||||||
|
|
||||||
run: setconfig
|
run: setconfig
|
||||||
go build -o gf-lt && ./gf-lt
|
go build -tags extra -o gf-lt && ./gf-lt
|
||||||
|
|
||||||
server: setconfig
|
server: setconfig
|
||||||
go build -o gf-lt && ./gf-lt -port 3333
|
go build -tags extra -o gf-lt && ./gf-lt -port 3333
|
||||||
|
|
||||||
noextra-run: setconfig
|
noextra-run: setconfig
|
||||||
go build -tags '!extra' -o gf-lt && ./gf-lt
|
go build -tags '!extra' -o gf-lt && ./gf-lt
|
||||||
|
|||||||
Reference in New Issue
Block a user