This repository has been archived on 2025-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Uftp/Makefile
2023-11-09 11:06:24 +01:00

5 lines
134 B
Makefile

build:
go build -o bin/helloGo main.go client.go packets.go server.go
server:
go run main.go server.go client.go packets.go server