This commit is contained in:
Imbus 2025-01-28 14:28:34 +01:00
parent 3ecebb6806
commit e4cf545bd1

View file

@ -6,7 +6,9 @@ export REX_VERSION
help: help:
@echo -e "Makefile for $(RELEASE_NAME)\n" @echo -e "Makefile for $(RELEASE_NAME)\n"
@echo -e "Make can also be ran from either of the individual project subdirectories\n"
@echo "Available targets:" @echo "Available targets:"
@echo " build - Build binaries"
@echo " release - Create a release version and package" @echo " release - Create a release version and package"
@echo " clean - Clean up build files" @echo " clean - Clean up build files"
@echo " container - Build an OCI container (requires podman)" @echo " container - Build an OCI container (requires podman)"