summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-12-01 22:20:21 +0100
committerAdam Strzelecki <ono@java.pl>2015-12-01 22:20:21 +0100
commit19e8ce0354cdfcd564010cd36efe70aea06a13cc (patch)
tree36313a811aa9d052c5c379ede82568a345ad1254 /Makefile
parentf907a5c98b5e847eddb529eddcc2b5786427c241 (diff)
downloadgitea-19e8ce0354cdfcd564010cd36efe70aea06a13cc.tar.gz
gitea-19e8ce0354cdfcd564010cd36efe70aea06a13cc.zip
Makefile: Remove trailing whitespace & add last LF
This is pure cleanup commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c16584ac1c..6f47958f67 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \ No newline at end of file
+ find . -name ".DS_Store" -print0 | xargs -0 rm