Change 'make default' to 'make all'

This commit is contained in:
Caleb Bassi 2018-10-22 20:26:26 -07:00
parent 69e3564268
commit d44be12684

View File

@ -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 $@