Skip to content

Commit

Permalink
modify makefile and make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony F. Templeton committed Jul 9, 2019
1 parent e890a6b commit 1dcbe51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ SHELL := /bin/bash
.PHONY: deps create install-linux-global install-linux install-mac

create:
cd ./utdf && \
GOOS=windows go build -o ../release/windows/utdf.exe && \
GOOS=linux go build -o ../release/linux/utdf && \
go build -o ../release/mac/utdf
cd ./utdf && \
GOOS=windows go build -o ../release/windows/utdf.exe && \
GOOS=linux go build -o ../release/linux/utdf && \
go build -o ../release/mac/utdf

deps:
mkdir -p ~/bin && \
Expand Down
Empty file modified release/scripts/setup.sh
100644 → 100755
Empty file.

0 comments on commit 1dcbe51

Please sign in to comment.