Fixed invalid references to pastebin now scratchbox

This commit is contained in:
2026-05-31 17:13:34 -05:00
parent efc9eeb536
commit 696b5c57f7
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
APP_NAME := scratchbox
CMD_DIR := ./cmd/pastebin
CMD_DIR := ./cmd/scratchbox
BIN_DIR := ./bin
BIN := $(BIN_DIR)/$(APP_NAME)
CONFIG ?= config.yaml
@@ -15,7 +15,7 @@ help:
@echo " make clean - Remove built artifacts"
run:
go run $(CMD_DIR) --config $(CONFIG)
go run $(CMD_DIR) server --config $(CONFIG)
build:
mkdir -p $(BIN_DIR)