diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-17 21:52:26 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-17 21:52:26 +0100 |
| commit | 4b58544300847e5faf19be5baa4eb177a86b2b0f (patch) | |
| tree | 60c43bfe7ec7c1cd46a12db73946aad03ebff01f /Makefile | |
| parent | d6a028feb7e7c3657f846889a1c0edf9f22e8dd2 (diff) | |
Add automatic index
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ all: build build: go build -ldflags "-X 'github.com/LMBishop/scrapbook/pkg/constants.SysConfDir=${SYS_CONF_DIR}' -X 'github.com/LMBishop/scrapbook/pkg/constants.SysDataDir=${SYS_DATA_DIR}'" -o ${BINARY_NAME} main.go +.PHONY: runlocal runlocal: PWD=$(shell pwd) mkdir -p runlocal |
