makefile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
abs3nt 2024-02-18 09:19:18 -08:00
parent 80164f126a
commit 0b5e21a6f5
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

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