build: remove non-portable Cygwin makefile

This commit is contained in:
mappu 2018-12-31 16:32:25 +13:00
parent e50632c68a
commit c0809e2150
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
.PHONY: all clean
all: gopngquant.exe
clean:
rm ./gopngquant.exe || true
gopngquant.exe: main.go
( source ~/.cygwin-toolchain-switcher/use-toolchain-x86_64-w64-mingw32.sh && go build -a -ldflags '-s -w' )