summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-26 12:14:43 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-26 12:14:43 -0500
commit7772cc129da23c4a3e18b63a9fa5564b19e23832 (patch)
treee9988457fe62702b175f438dab03520dcc3f85f3 /Makefile
parent25ca0eaea3f8c83d2a209a4790b27b712bcba09c (diff)
downloadsoen422-7772cc129da23c4a3e18b63a9fa5564b19e23832.zip
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 440cf00..dc156e8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ fmt: ${SERVER_SRC}
gofmt -l -s -w ./server
release:
- GOOS=${RELEASE_GOOS} GOARCH=${RELEASE_GOARCH} go build -o server/server ${SERVER_SRC}
+ GOOS=${RELEASE_GOOS} GOARCH=${RELEASE_GOARCH} go build -o server/server ./server
clean:
rm -r server/server SensorStation/build HvacStation/build