5 lines
60 B
Makefile
5 lines
60 B
Makefile
run:
|
|
go run src/*.go
|
|
|
|
build:
|
|
go build -o beretta src/*.go
|