Make fix
This commit is contained in:
parent
3ecebb6806
commit
e4cf545bd1
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue