Skip to content

Commit

Permalink
chore: update the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Oct 15, 2019
1 parent 4c2d923 commit 839db09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -32,9 +32,9 @@ covhtml:
go tool cover -html=coverage.txt

pack:
tar -C ${TARGET_DIR} -zvcf ${TARGET_PATH}-macos.tar.gz ${BINARY}-macos/${BINARY}
tar -C ${TARGET_DIR} -zvcf ${TARGET_PATH}-linux-amd64.tar.gz ${BINARY}-linux-amd64/${BINARY}
tar -C ${TARGET_DIR} -zvcf ${TARGET_PATH}-windows-amd64.tar.gz ${BINARY}-windows-amd64/${BINARY}
tar -C ${TARGET_DIR}/${BINARY}-macos -zvcf ${TARGET_PATH}-macos.tar.gz ${BINARY}
tar -C ${TARGET_DIR}/${BINARY}-linux-amd64 -zvcf ${TARGET_PATH}-linux-amd64.tar.gz ${BINARY}
tar -C ${TARGET_DIR}/${BINARY}-windows-amd64 -zvcf ${TARGET_PATH}-windows-amd64.tar.gz ${BINARY}

clean:
rm -rf ${TARGET_DIR}

0 comments on commit 839db09

Please sign in to comment.