summaryrefslogtreecommitdiff
path: root/examples/x-tools/Makefile
blob: 578b75c2e3636611888fe9160f13a3f91a7458a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: build

# this is how the mirrors.wit.com debian package is created

all: build

build:
	cp build control ~/go/src/golang.org/x/tools/
	go-deb --auto --repo golang.org/x/tools

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