From d36344e463e80d89d0cc8b028b6243823d184b35 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Jan 2025 11:22:08 -0600 Subject: make seperate find and sort files --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffdafa2..be9856e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -full: install clean auto goimports vet build test +simple: build + make -C example simple goimports vet + +full: install clean auto goimports vet build test install @echo everything worked and the example ran test: goimports build test @@ -17,7 +20,7 @@ recover: make goimports make build -build: +build: goimports GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" # autogen uses autogen to build. keep a working copy somewhere -- cgit v1.2.3