Makefile target for installing just (hack of doom)

This commit is contained in:
Imbus 2024-03-06 15:15:41 +01:00
parent d023bb0adf
commit c5f0bc509e

View file

@ -69,3 +69,7 @@ lint:
# Default target
default: build
install-just:
@echo "Installing just"
@curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin