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

16 lines
235 B
Makefile

.PHONY: build
all: build
build:
go-deb --repo .
# keep the files/ directory after the package is made
keep-files:
go-deb --keep-files --repo .
# use the ncurses gui (only kinda works still)
ncurses:
go-deb --gui gocui --repo .