https://github.com/tendermint/tendermint
Revision 5f5e0e1d027d42d8ed3516d520ddaa10830ffc9e authored by Erik Grinaker on 14 February 2020, 13:41:18 UTC, committed by GitHub on 14 February 2020, 13:41:18 UTC
The .PHONY targets in the Makefile are usually placed far away from the actual targets, and thus aren't always updated. Placing the .PHONY targets right next to the targets they cover make them more visible and thus more likely to be updated when necessary.
1 parent 3b5794f
History
Tip revision: 5f5e0e1d027d42d8ed3516d520ddaa10830ffc9e authored by Erik Grinaker on 14 February 2020, 13:41:18 UTC
makefile: place phony markers after targets (#4408)
Tip revision: 5f5e0e1
File Mode Size
peer_behaviour.go -rw-r--r-- 1.3 KB
reporter.go -rw-r--r-- 2.2 KB
reporter_test.go -rw-r--r-- 5.2 KB

back to top