go-deb/examples/gocomplete/Makefile

14 lines
199 B
Makefile
Raw Normal View History

2024-11-17 04:16:24 -06:00
.PHONY: build
# this is how the mirrors.wit.com debian package is created
all: build
build:
go-deb --repo .
# use the ncurses gui (only kinda works still)
ncurses:
go-deb --gui gocui --repo .