fix typos
This commit is contained in:
parent
9e177d2636
commit
113154e858
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
VERSION = $(shell git describe --tags)
|
VERSION = $(shell git describe --tags)
|
||||||
BUILDTIME = $(shell date +%Y.%m.%d)
|
BUILDTIME = $(shell date +%Y.%m.%d)
|
||||||
|
|
||||||
all: goimports plugin
|
all: clean goimports plugin
|
||||||
#ldd pixelgl.so
|
#ldd pixelgl.so
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
|
@ -16,7 +16,7 @@ install:
|
||||||
cd ~/go/lib && ln -f -s pixelgl-${VERSION}.so pixelgl.so
|
cd ~/go/lib && ln -f -s pixelgl-${VERSION}.so pixelgl.so
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f pixelgl pixelg..so
|
rm -f pixelgl pixelgl.so
|
||||||
|
|
||||||
full-plugin:
|
full-plugin:
|
||||||
GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so
|
GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so
|
||||||
|
|
Loading…
Reference in New Issue