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

8 lines
80 B
Makefile

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