go-deb/examples/protoc-gen-go/Makefile

12 lines
138 B
Makefile
Raw Normal View History

2024-11-16 09:49:49 -06:00
.PHONY: build
all: build
build:
go-deb --repo .
# use the ncurses gui (only kinda works still)
ncurses:
go-deb --gui gocui --repo .