clean
This commit is contained in:
parent
9e92909263
commit
adb3ac5c9e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -3,3 +3,6 @@ run:
|
|||
|
||||
build:
|
||||
go build -o beretta src/*.go
|
||||
|
||||
clean:
|
||||
rm beretta
|
||||
|
|
Loading…
Add table
Reference in a new issue