about summary refs log tree commit diff
path: root/bskyweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/Makefile')
-rw-r--r--bskyweb/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bskyweb/Makefile b/bskyweb/Makefile
index 6f979fa84..bb2da525f 100644
--- a/bskyweb/Makefile
+++ b/bskyweb/Makefile
@@ -14,6 +14,7 @@ help: ## Print info about all commands
 .PHONY: build
 build: ## Build all executables
 	go build ./cmd/bskyweb
+	go build ./cmd/embedr
 
 .PHONY: test
 test: ## Run all tests
@@ -43,3 +44,7 @@ check: ## Compile everything, checking syntax (does not output binaries)
 .PHONY: run-dev-bskyweb
 run-dev-bskyweb: .env ## Runs 'bskyweb' for local dev
 	GOLOG_LOG_LEVEL=info go run ./cmd/bskyweb serve
+
+.PHONY: run-dev-embedr
+run-dev-embedr: .env ## Runs 'embedr' for local dev
+	GOLOG_LOG_LEVEL=info go run ./cmd/embedr serve