diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-06-28 00:36:55 +1000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-06-28 12:21:32 +1000 |
commit | 1933630419b77e6b046ae72baf0bd96c6c369f24 (patch) | |
tree | 155628ef83e90370695a6b245e2d765e4237c603 | |
parent | eb4cf020efbd7a25763fdf10e886fd495397a240 (diff) | |
download | gitlab-shell-1933630419b77e6b046ae72baf0bd96c6c369f24.tar.gz |
Update .PHONY to be accurate198-update-phony-to-have-accurate-list-of-targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.PHONY: test test_ruby test_ruby_rubocop test_ruby_rspec test_go test_go_format test_go_test +.PHONY: validate verify verify_ruby verify_golang test test_ruby test_golang setup _install build compile check clean validate: verify test |