summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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