doksie/Makefile

5 lines
58 B
Makefile
Raw Normal View History

2024-12-27 20:16:04 +02:00
run:
go run main.go
build:
go build -v -ldflags "-s -w"