[project] Remove non-static linux target

pull/68/head
Edgar Aroutiounian 5 years ago
parent 667fd0d4d5
commit f50f3287c5
  1. 5
      Makefile

@ -42,10 +42,7 @@ test-rpc:
upload-darwin:all
aws --profile upload s3 cp ./hmy ${upload-path-darwin}
upload-linux:all
aws --profile upload s3 cp ./hmy ${upload-path-linux}
upload-linux-static:static
upload-linux:static
aws --profile upload s3 cp ./hmy ${upload-path-linux}
.PHONY:clean run-tests upload-darwin upload-linux

Loading…
Cancel
Save