summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-21 17:15:36 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-21 17:15:36 -0500
commite9ebb8126224353c7090889c38e49415497a53cd (patch)
tree2fd1c3ed819a156600691768507ef207925b82da /Makefile
parentb01b662a784c76b7bc3b03149aa51b0ecf2c6166 (diff)
downloadsoen422-e9ebb8126224353c7090889c38e49415497a53cd.zip
make gofmt seperate make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6e4925..dc7a4ad 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ all: SensorStation/build HvacStation/build server/server
server/server: ${SERVER_SRC}
go build -o $@ $^
+
+fmt: ${SERVER_SRC}
gofmt -l -s -w $^
release: