mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 10:26:40 +00:00
Switch from fasthttp to net/http to simplify things
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,7 +7,8 @@ DOCKERREPO = jimeh/casecmp
|
||||
BINDIR = $(shell dirname ${BINARY})
|
||||
SOURCES = $(shell find . -name '*.go' -o -name 'VERSION')
|
||||
VERSION = $(shell cat VERSION)
|
||||
OSARCH = "darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm"
|
||||
OSARCH = "darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm " \
|
||||
"windows/386 windows/amd64"
|
||||
RELEASEDIR = releases
|
||||
|
||||
$(BINARY): $(SOURCES)
|
||||
|
||||
Reference in New Issue
Block a user