summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-26 12:11:53 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-26 12:11:53 -0500
commit1a27492109a7686f3cb993fb66633e289977f7d5 (patch)
tree3dd7a04f896b3ab1a9d874a66aedb2788b12a778 /Makefile
parent9922abe2f1b5223ba38240c648d2e3af4b4e2d9f (diff)
downloadsoen422-1a27492109a7686f3cb993fb66633e289977f7d5.zip
add dashboard.html to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}