aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Koenig <ethantkoenig@gmail.com>2017-11-18 23:50:23 -0800
committerLauris BH <lauris@nix.lv>2017-11-19 09:50:23 +0200
commit061f65ff297d3c2bb76776af999f80a891a74933 (patch)
tree4c72ea52fd299d7b6516e0384cf92db81b69e1a6
parent6ee65757c7ada6182948456de0b2ba9533e05fc7 (diff)
downloadgitea-061f65ff297d3c2bb76776af999f80a891a74933.tar.gz
gitea-061f65ff297d3c2bb76776af999f80a891a74933.zip
Restore build as the default make rule (#2935)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1823a377f8..40b844397e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,11 +55,11 @@ else
endif
endif
-include docker/Makefile
-
.PHONY: all
all: build
+include docker/Makefile
+
.PHONY: clean
clean:
$(GO) clean -i ./...