Skip to content

Commit

Permalink
simplify Makefile.am
Browse files Browse the repository at this point in the history
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
  • Loading branch information
laijs committed Sep 2, 2015
1 parent 57b0ab3 commit 90e85f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -10,10 +10,6 @@ clean-local:
-rm -f runv
install-exec-local:
$(INSTALL_PROGRAM) runv $(bindir)
if ON_DARWIN
build-runv:
go build -tags "static_build $(HYPER_BULD_TAGS)" runv.go runv_darwin.go
else

build-runv:
go build -tags "static_build $(HYPER_BULD_TAGS)" runv.go runv_linux.go
endif
go build -tags "static_build $(HYPER_BULD_TAGS)" -o runv .

0 comments on commit 90e85f7

Please sign in to comment.