Skip to content

Commit

Permalink
delete darwin-386
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus committed Jan 26, 2021
1 parent c61f2f7 commit 7c2306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-all:

DIST_DIRS := find trdsql* -type d -exec

dist: dist-clean build-all linux-amd64 linux-386 linux-arm-5 linux-arm-6 linux-arm-7 linux-arm64 linux-mips linux-mips64 linux-mipsle windows-386 windows-amd64 darwin-386 darwin-amd64
dist: dist-clean build-all linux-amd64 linux-386 linux-arm-5 linux-arm-6 linux-arm-7 linux-arm64 linux-mips linux-mips64 linux-mipsle windows-386 windows-amd64 darwin-amd64
cd dist && \
$(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) cp ../LICENSE {} \; && \
Expand Down

0 comments on commit 7c2306a

Please sign in to comment.