1 2 3 4 5 6 7 8 9 10
SRC = server.go record.go server: ${SRC} go build $^ fmt: gofmt -l -s -w ${SRC} clean: rm -f server