From 66c4285902860ada66afebacc8efdf98d827f890 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 4 Dec 2024 00:36:06 -0600 Subject: update. still doesn't build with go-clone Signed-off-by: Jeff Carr --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afde483..b461665 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,10 @@ all: plugin ldd ../pixelgl.so plugin: - GO111MODULE=off go build -v -x -buildmode=plugin -o ../pixelgl.so + go build -v -x -buildmode=plugin -o pixelgl.so standalone: - GO111MODULE=off go install -v -x - pixelgl + go build -v -x check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) -- cgit v1.2.3