summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1100359..f7808ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: goimports plugin
+all: clean goimports plugin
#ldd pixelgl.so
deps:
@@ -16,7 +16,7 @@ install:
cd ~/go/lib && ln -f -s pixelgl-${VERSION}.so pixelgl.so
clean:
- rm -f pixelgl pixelg..so
+ rm -f pixelgl pixelgl.so
full-plugin:
GO111MODULE=off go build -v -x -buildmode=plugin -o pixelgl.so