1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00

Fix minor issues

- Include test rule in global Makefile
- Use GO variable in doc/Makefile
- Ramalama->RamaLama

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
This commit is contained in:
Sergio Arroutbi
2025-04-25 16:11:12 +02:00
parent cde9e1ae48
commit 837b0c99c2
2 changed files with 4 additions and 2 deletions

View File

@@ -172,6 +172,9 @@ end-to-end-tests: validate bats bats-nocontainer ci
make clean
hack/tree_status.sh
.PHONY: test
test: tests
.PHONY: tests
tests: unit-tests end-to-end-tests

View File

@@ -59,10 +59,9 @@ install: docs
install -d ${DESTDIR}/${DATADIR}/ramalama
install -m 0644 ramalama.conf ${DESTDIR}/${DATADIR}/ramalama
.PHONY: install-tools
install-tools:
go install github.com/cpuguy83/go-md2man@latest
$(GO) install github.com/cpuguy83/go-md2man@latest
.PHONY: clean
clean: