diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-05-24 20:53:03 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-05-25 08:53:03 +0800 |
commit | cb74f1b84dff0099b3715329975621868c63c4a6 (patch) | |
tree | 7a3d75eb1bbcf157627d25072cbf82236df5664e /Makefile | |
parent | ff96bda138fce51805acacfaeb92063be11cd38e (diff) | |
download | gitea-cb74f1b84dff0099b3715329975621868c63c4a6.tar.gz gitea-cb74f1b84dff0099b3715329975621868c63c4a6.zip |
Remove stale rule from Makefile (#1782)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -73,11 +73,6 @@ lint: fi for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done; -.PHONY: integrations -integrations: TAGS=bindata sqlite -integrations: build - go test code.gitea.io/gitea/integrations - .PHONY: test test: go test $(PACKAGES) |