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

8 lines
118 B
Makefile

build:
go build -o bin/uftp main.go
server:
go run main.go server
test:
go run main.go client testFiles/testFile