From 1a27492109a7686f3cb993fb66633e289977f7d5 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 26 Nov 2024 12:11:53 -0500 Subject: add dashboard.html to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c97dae..440cf00 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ UPLOADFLAGS = -p ${PORT} ${CFLAGS} all: SensorStation/build HvacStation/build server/server -server/server: ${SERVER_SRC} +server/server: ${SERVER_SRC} server/dashboard.html go build -o $@ ./server fmt: ${SERVER_SRC} -- cgit v1.2.3