diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-18 09:57:30 +0100 |
---|---|---|
committer | Sandro Santilli <strk@kbt.io> | 2016-11-24 09:02:32 +0100 |
commit | 5301a5db3a8c6d1e45a95b17877b7ac4b113062a (patch) | |
tree | 71b2f22e010e7b84bccb90af69a2ff42eddae77f /Makefile | |
parent | 6ed7f269f198b5a57e5bc7eca6ddec4980417899 (diff) | |
download | gitea-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ else endif .PHONY: all -all: clean test build +all: build .PHONY: clean clean: |