Added Options and Path safety
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,7 +5,7 @@ server:
|
||||
go run cmd/uftp/main.go server
|
||||
|
||||
test:
|
||||
go run cmd/uftp/main.go client testFiles/testFile 0.0.0.0
|
||||
go run cmd/uftp/main.go client testFile 0.0.0.0
|
||||
|
||||
win:
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe cmd/uftp/main.go
|
||||
GOOS=windows GOARCH=amd64 go build -o bin/app-amd64.exe cmd/uftp/main.go
|
||||
|
||||
Reference in New Issue
Block a user