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
File Mode Size
txindex
codec.go -rw-r--r-- 213 bytes
errors.go -rw-r--r-- 1.8 KB
execution.go -rw-r--r-- 16.0 KB
execution_test.go -rw-r--r-- 11.8 KB
export_test.go -rw-r--r-- 2.0 KB
helpers_test.go -rw-r--r-- 8.2 KB
main_test.go -rw-r--r-- 179 bytes
metrics.go -rw-r--r-- 1.3 KB
services.go -rw-r--r-- 1.8 KB
state.go -rw-r--r-- 7.9 KB
state_test.go -rw-r--r-- 37.3 KB
store.go -rw-r--r-- 10.6 KB
store_test.go -rw-r--r-- 1.9 KB
tx_filter.go -rw-r--r-- 786 bytes
tx_filter_test.go -rw-r--r-- 1.1 KB
validation.go -rw-r--r-- 6.1 KB
validation_test.go -rw-r--r-- 8.8 KB

back to top