summaryrefslogtreecommitdiff
path: root/examples/mirrors.wit.com/Makefile
blob: d28f0e1dabfc83367737ec09cb8fcc8ca155d8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: build

all: build

build:
	go-deb --repo .

# use the ncurses gui (only kinda works still)
ncurses:
	go-deb --gui gocui --repo .