This commit is contained in:
parent
80164f126a
commit
0b5e21a6f5
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
build: gospt-ng
|
build: gospt-ng
|
||||||
|
|
||||||
gospt-ng: $(shell find . -name '*.go')
|
gospt-ng: $(shell find . -name '*.go')
|
||||||
go build -o gospt-ng .
|
go build -ldflags="-X 'git.asdf.cafe/abs3nt/gospt-ng/src/components/cli.Version=$(shell git rev-parse --short HEAD)'" .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
go run main.go
|
go run main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user