From 5d350717f4e999cc6483401e6dc7e5b530acc204 Mon Sep 17 00:00:00 2001 From: David Allen Date: Sat, 30 Aug 2025 23:19:45 -0600 Subject: [PATCH] chore: updated references in Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c1e7a87..5e8d1f1 100644 --- a/Makefile +++ b/Makefile @@ -36,13 +36,13 @@ container-testing: binaries plugins: $(plugin_binaries) # how to make each plugin -lib/%.so: pkg/generator/plugins/%/*.go +lib/%.so: pkg/plugins/%/*.go mkdir -p lib go build -buildmode=plugin -o $@ $< docs: - go doc github.com/OpenCHAMI/cmd - go doc github.com/OpenCHAMI/pkg/${prog} + go doc git.towk2.me/towk/makeshift/cmd + go doc git.towk2.me/towk/makeshift/pkg/${prog} # remove executable and all built plugins .PHONY: clean