cha3
Some checks failed
Build Org Website / build (push) Failing after 52s

This commit is contained in:
2026-05-07 23:44:56 +01:00
parent 6af4cb1d23
commit 97f497855f
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ AUTHOR_UNIT_SRC := systemd/user/$(AUTHOR_SERVICE)
SYSTEMD_USER_DIR := $(HOME)/.config/systemd/user
AUTHOR_UNIT_DST := $(SYSTEMD_USER_DIR)/$(AUTHOR_SERVICE)
all: set-perms clean-output build search author-restart
all: set-perms clean-output build search
build:
@echo "Building project..."
@@ -98,7 +98,7 @@ author-logs:
help:
@echo "Available targets:"
@echo " make - Full rebuild and restart authoring UI"
@echo " make - Full rebuild"
@echo " make build - Rebuild the output directory"
@echo " make set-perms - Set permissions for output directory"
@echo " make clean-output - Remove output directory"