Replaced Makefile with Justfile

This commit is contained in:
2026-01-09 12:55:09 +01:00
parent 67cd899ebe
commit cefce32ed8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,8 +1,11 @@
HOSTNAME = $(shell hostname) default:
@just --list
all: all:
@echo "No command provided" @echo "No command provided"
home:
echo "HOME is: '${HOME}'"
machine: machine:
@echo "${HOSTNAME}" @echo "${HOSTNAME}"

View File

@@ -20,6 +20,7 @@
htop htop
inotify-tools inotify-tools
jq jq
just
killall killall
krabby krabby
nmap nmap