beretta/Makefile
2025-06-24 09:33:09 +02:00

5 lines
60 B
Makefile

run:
go run src/*.go
build:
go build -o beretta src/*.go