8 lines
118 B
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
|