From 113154e858f2011a978fa8d8b29f47633756323d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Feb 2025 10:21:32 -0600 Subject: [PATCH] fix typos --- Makefile | 4 ++-- 1 file 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