mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 06:46:39 +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:
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user