diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-04 10:34:37 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-04 10:34:37 -0500 |
| commit | 34831bbc59b0cb62ec837e1791457cf3bd4574ce (patch) | |
| tree | 0d8219e60ae50fbc3971a598098f74a837dd965c /Makefile | |
| parent | ac8fdf42da0c607686e76c68840f38cfd21f83a5 (diff) | |
| download | soen422-34831bbc59b0cb62ec837e1791457cf3bd4574ce.zip | |
server: humidity record for each room
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 8954492..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -SRC = server.go record.go - -server: ${SRC} - go build $^ - -fmt: - gofmt -l -s -w ${SRC} - -clean: - rm -f server |