line ending fix
This commit is contained in:
parent
a0e4de3d19
commit
0c347312bd
26 changed files with 1053 additions and 1046 deletions
20
Makefile
20
Makefile
|
|
@ -1,11 +1,11 @@
|
|||
GO=go
|
||||
GOLDFLAGS=-v -s -w
|
||||
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
|
||||
|
||||
.PHONY: build test
|
||||
|
||||
build :
|
||||
$(GO) build $(GOBUILDFLAGS) -o build/dnsupdater cmd/dnsupdater/main.go
|
||||
|
||||
test :
|
||||
GO=go
|
||||
GOLDFLAGS=-v -s -w
|
||||
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
|
||||
|
||||
.PHONY: build test
|
||||
|
||||
build :
|
||||
$(GO) build $(GOBUILDFLAGS) -o build/dnsupdater cmd/dnsupdater/main.go
|
||||
|
||||
test :
|
||||
$(GO) test -v ./...
|
||||
Loading…
Add table
Add a link
Reference in a new issue