From c024a665a745d071ace6ed330931c5e379d69c39 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 00:19:22 -0600 Subject: redo makefile with new directory structure Signed-off-by: Jeff Carr --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4066a79..d673548 100644 --- a/Makefile +++ b/Makefile @@ -22,15 +22,15 @@ endif nocui: # go build -C nocui -v -buildmode=plugin -o ../nocui.so - make -C nocui + make -C ../nocui gocui: # go build -C gocui -v -buildmode=plugin -o ../gocui.so - make -C gocui + make -C ../gocui andlabs: # go build -C andlabs -v -buildmode=plugin -o ../andlabs.so - make -C andlabs + make -C ../andlabs something: ifeq (,$(wildcard go.mod)) -- cgit v1.2.3