Skip to content

Commit

Permalink
use explicit files for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Ulferts committed Dec 15, 2016
1 parent 8919fb4 commit ea56529
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
Expand Up @@ -16,8 +16,8 @@ req:
godep restore

build: req bindatafs
GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(TARGET)/simpleview.linux.amd64
GOOS=darwin GOARCH=amd64 $(GOBUILD) -o $(TARGET)/simpleview.darwin.amd64
GOOS=linux GOARCH=amd64 $(GOBUILD) bindata_assetfs.go main.go -o $(TARGET)/simpleview.linux.amd64
GOOS=darwin GOARCH=amd64 $(GOBUILD) bindata_assetfs.go main.go -o $(TARGET)/simpleview.darwin.amd64

clean:
rm $(TARGET)/*
Expand Down

0 comments on commit ea56529

Please sign in to comment.