This commit is contained in:
Imbus 2025-06-24 09:33:09 +02:00
parent 93ec59a021
commit ffafded544
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +0,0 @@
run:
go run src/*.go

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
run:
go run src/*.go
build:
go build -o beretta src/*.go