This commit is contained in:
4
Makefile
4
Makefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user