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