Przeglądaj źródła

Makefile: Remove trailing whitespace & add last LF

This is pure cleanup commit.
tags/v0.9.99
Adam Strzelecki 8 lat temu
rodzic
commit
19e8ce0354
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Wyświetl plik

@@ -11,7 +11,7 @@ RELEASE_ROOT = "release"
RELEASE_GOGS = "release/gogs"
NOW = $(shell date -u '+%Y%m%d%I%M%S')

.PHONY: build pack release bindata clean
.PHONY: build pack release bindata clean

build: $(GENERATED)
go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
@@ -43,4 +43,4 @@ clean:
go clean -i ./...

clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
find . -name ".DS_Store" -print0 | xargs -0 rm

Ładowanie…
Anuluj
Zapisz