From 74c7240f35e2d67120a674bc3d8b64caf4499b19 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 1 Jan 2025 21:21:16 +0100 Subject: fixup: build editor --- server/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/makefile b/server/makefile index 73e99a2d..7162a982 100644 --- a/server/makefile +++ b/server/makefile @@ -20,12 +20,13 @@ DISCOVER = ../target/release/hurrycurry-discover BOT = ../target/release/hurrycurry-bot EDITOR = ../target/release/hurrycurry-editor -.PHONY: all clean server replaytool discover bot -all: server replaytool discover bot +.PHONY: all clean server replaytool discover bot editor +all: server replaytool discover bot editor server: $(SERVER) replaytool: $(REPLAYTOOL) discover: $(DISCOVER) bot: $(BOT) +editor: $(EDITOR) clean: $(SERVER): $(shell find protocol src -type f) -- cgit v1.2.3-70-g09d2