Makefile target for installing just (hack of doom)
This commit is contained in:
parent
d023bb0adf
commit
c5f0bc509e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue