debian package still didn't work
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
4ca15cc78d
commit
c2ac957162
11
Makefile
11
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: nocui gocui andlabs
|
.PHONY: debian nocui gocui andlabs
|
||||||
|
|
||||||
all:
|
all:
|
||||||
# reset
|
# reset
|
||||||
|
@ -45,7 +45,7 @@ update:
|
||||||
git pull
|
git pull
|
||||||
go get -v -t -u ./...
|
go get -v -t -u ./...
|
||||||
|
|
||||||
deb:
|
debian:
|
||||||
cd debian && make
|
cd debian && make
|
||||||
dpkg-deb -c go-wit-gui*.deb
|
dpkg-deb -c go-wit-gui*.deb
|
||||||
-wit mirrors
|
-wit mirrors
|
||||||
|
@ -90,7 +90,7 @@ goget:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.so
|
rm -f *.so
|
||||||
# cd debian && make clean
|
cd debian && make clean
|
||||||
|
|
||||||
plugins: plugins-gocui plugins-andlabs
|
plugins: plugins-gocui plugins-andlabs
|
||||||
|
|
||||||
|
@ -110,8 +110,3 @@ log:
|
||||||
|
|
||||||
submit-to-docs:
|
submit-to-docs:
|
||||||
GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.wit.com/gui@v1.0.0
|
GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.wit.com/gui@v1.0.0
|
||||||
|
|
||||||
deb:
|
|
||||||
cd debian && make
|
|
||||||
dpkg-deb -c go-wit-gui*.deb
|
|
||||||
-wit mirrors
|
|
||||||
|
|
Loading…
Reference in New Issue