Browse Source

Makefile: Remove trailing whitespace & add last LF

This is pure cleanup commit.
tags/v0.9.99
Adam Strzelecki 8 years ago
parent
commit
19e8ce0354
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile

+ 2
- 2
Makefile View File

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


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


build: $(GENERATED) build: $(GENERATED)
go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)' go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
go clean -i ./... go clean -i ./...


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

Loading…
Cancel
Save