Skip to content

Commit

Permalink
Makefile patches
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 9, 2016
1 parent 1471437 commit f7c70da
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 @@ -9,10 +9,10 @@ all:
make upload-linux-64

upload-osx: x86_64-osx/hpack-convert
github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.2 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz
github-release upload --name hpack-convert_x86_64-osx.tar.gz --label "Pre-built binary for OSX" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.3 -f ./x86_64-osx/hpack-convert_x86_64-osx.tar.gz

upload-linux-64: x86_64-linux/hpack-convert
github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.2 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz
github-release upload --name hpack-convert_x86_64-linux.tar.gz --label "Pre-built binary for Linux 64-bits" -u yamadapc -s $$GITHUB_API_TOKEN -r hpack-convert -t 0.14.3 -f ./x86_64-linux/hpack-convert_x86_64-linux.tar.gz

x86_64-osx/hpack-convert: FORCE
stack build
Expand Down

0 comments on commit f7c70da

Please sign in to comment.