makefile additions and cleanup
All checks were successful
Build Org Website / build (push) Successful in 54s
All checks were successful
Build Org Website / build (push) Successful in 54s
This commit is contained in:
2
Makefile
2
Makefile
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user