Default target is now build
This commit is contained in:
parent
64553bb153
commit
9d2eec5250
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,9 +1,9 @@
|
||||||
run:
|
|
||||||
go run src/*.go
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o beretta src/*.go
|
go build -o beretta src/*.go
|
||||||
|
|
||||||
|
run:
|
||||||
|
go run src/*.go
|
||||||
|
|
||||||
build-container:
|
build-container:
|
||||||
podman build -t beretta .
|
podman build -t beretta .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue