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-10-10 09:21:06 +02:00

5 lines
76 B
Makefile

build:
go build -o bin/helloGo cmd/hellogo.go
run:
go run cmd/hellogo.go