Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Change 'make default' to 'make all'
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Oct 23, 2018
1 parent 69e3564 commit d44be12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 $@
Expand Down

0 comments on commit d44be12

Please sign in to comment.