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:
@echo "No command provided"
home:
echo "HOME is: '${HOME}'"
machine:
@echo "${HOSTNAME}"

View File

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