makefile additions and cleanup
All checks were successful
Build Org Website / build (push) Successful in 54s

This commit is contained in:
2026-05-08 16:23:57 +01:00
parent aea803793a
commit a504eb9179
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ SYSTEMD_RUNTIME_DIR ?= /run/user/$(USER_ID)
SYSTEMCTL_USER := env XDG_RUNTIME_DIR=$(SYSTEMD_RUNTIME_DIR) systemctl --user
JOURNALCTL_USER := env XDG_RUNTIME_DIR=$(SYSTEMD_RUNTIME_DIR) journalctl --user
all: set-perms clean-output build search
all: set-perms clean-output build search author-restart clean-venv
build:
@echo "Building project..."