Skip to content

Commit

Permalink
Default task
Browse files Browse the repository at this point in the history
  • Loading branch information
pote committed May 18, 2017
1 parent e04d165 commit 5302881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ GPM ?= gpm

-include config.mk

all:
go build -o bin/philote
all: $(PROGNAME)

$(PROGNAME): bin $(SOURCES) $(DEPS) | $(dir $(PROGNAME))
go build -o bin/$(PROGNAME)
Expand Down

0 comments on commit 5302881

Please sign in to comment.