diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:15:36 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:15:36 -0500 |
| commit | e9ebb8126224353c7090889c38e49415497a53cd (patch) | |
| tree | 2fd1c3ed819a156600691768507ef207925b82da | |
| parent | b01b662a784c76b7bc3b03149aa51b0ecf2c6166 (diff) | |
| download | soen422-e9ebb8126224353c7090889c38e49415497a53cd.zip | |
make gofmt seperate make target
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |