Merge branch 'main' into docker

Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
This commit is contained in:
David Allen 2024-09-25 18:17:34 -06:00 committed by GitHub
commit 8099ca9d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 150 additions and 130 deletions

View file

@ -40,6 +40,10 @@ lib/%.so: pkg/generator/plugins/%/*.go
mkdir -p lib
go build -buildmode=plugin -o $@ $<
docs:
go doc github.com/OpenCHAMI/cmd
go doc github.com/OpenCHAMI/pkg/configurator
# remove executable and all built plugins
.PHONY: clean
clean: