Change 'make default' to 'make all'
This commit is contained in:
parent
69e3564268
commit
d44be12684
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
VERSION=$(shell awk '/([0-9]{1}.?){3}/ {print $$4;}' main.go)
|
VERSION=$(shell awk '/([0-9]{1}.?){3}/ {print $$4;}' main.go)
|
||||||
|
|
||||||
.PHONY: default
|
.PHONY: all
|
||||||
default: dist/gotop.rpm dist/gotop.deb
|
all: dist/gotop.rpm dist/gotop.deb
|
||||||
|
|
||||||
dist/gotop:
|
dist/gotop:
|
||||||
@GOOS=linux GOARCH=amd64 go build -o $@
|
@GOOS=linux GOARCH=amd64 go build -o $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user