ppppcg/makefile

8 lines
130 B
Makefile
Raw Permalink Normal View History

2023-11-27 12:04:00 +00:00
PROG := ./ppppcg
default:
@go build -ldflags="-s -w" .; ./$(PROG) | display
release:
@goreleaser release --snapshot --rm-dist