mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-09-01 14:47:39 -04:00
bring UI in this repo
This commit is contained in:
committed by
Pierre Dubouilh
parent
08ec485e78
commit
0a77b08552
@@ -44,16 +44,16 @@ test:
|
||||
# go tool cover -func=all.out | grep main | grep '9.\..\%'
|
||||
|
||||
watch:
|
||||
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run
|
||||
ls gossa.go gossa_test.go ui/* | entr -rc make build run
|
||||
|
||||
watch-extra:
|
||||
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run-extra
|
||||
ls gossa.go gossa_test.go ui/* | entr -rc make build run-extra
|
||||
|
||||
watch-ro:
|
||||
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make build run-ro
|
||||
ls gossa.go gossa_test.go ui/* | entr -rc make build run-ro
|
||||
|
||||
watch-test:
|
||||
ls gossa.go gossa_test.go gossa-ui/* | entr -rc make test
|
||||
ls gossa.go gossa_test.go ui/* | entr -rc make test
|
||||
|
||||
build-all: build
|
||||
${NOCGO} GOOS=linux GOARCH=amd64 go build ${FLAGS} -o builds/gossa-linux-x64
|
||||
|
||||
Reference in New Issue
Block a user