summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-10-22 20:26:26 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-10-22 20:26:26 -0700
commitd44be126844a3d2c96c57662779240324baa3264 (patch)
tree8c5bbcea5b8a61e0c4544ded6c5021a1d596f76a
parent69e35642681740364c5b01aff18895c326f8f263 (diff)
Change 'make default' to 'make all'
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a31df0..a1af5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION=$(shell awk '/([0-9]{1}.?){3}/ {print $$4;}' main.go)
-.PHONY: default
-default: dist/gotop.rpm dist/gotop.deb
+.PHONY: all
+all: dist/gotop.rpm dist/gotop.deb
dist/gotop:
@GOOS=linux GOARCH=amd64 go build -o $@