build: remove non-portable Cygwin makefile
This commit is contained in:
parent
e50632c68a
commit
c0809e2150
@ -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' )
|
|
Loading…
Reference in New Issue
Block a user