summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2016-11-18 09:57:30 +0100
committerSandro Santilli <strk@kbt.io>2016-11-24 09:02:32 +0100
commit5301a5db3a8c6d1e45a95b17877b7ac4b113062a (patch)
tree71b2f22e010e7b84bccb90af69a2ff42eddae77f /Makefile
parent6ed7f269f198b5a57e5bc7eca6ddec4980417899 (diff)
downloadgitea-5301a5db3a8c6d1e45a95b17877b7ac4b113062a.tar.gz
gitea-5301a5db3a8c6d1e45a95b17877b7ac4b113062a.zip
Have the deault 'all' rule just build
Clean and test are saner being seperate targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c318f9dec..a57f6610af 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ else
endif
.PHONY: all
-all: clean test build
+all: build
.PHONY: clean
clean: