@cryptotaxi247 / kubo / commits / 4b6828ebf

stricter makefile targets

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Apr 19, 2016 at 08:53 UTC 4b6828ebfe5e4f19ca07be3aa819aa08b8131eb1
1 file changed +2 -2
Makefile
+2 -2
@@ -27,11 +27,11 @@ toolkit_upgrade: gx_upgrade gxgo_upgrade
27 go_check:
28 @bin/check_go_version $(IPFS_MIN_GO_VERSION)
29
30 -bin/gx-%:
30 +bin/gx-v%:
31 @echo "installing gx $(@:bin/gx-%=%)"
32 @bin/dist_get gx $@ $(@:bin/gx-%=%)
33
34 -bin/gx-go-%:
34 +bin/gx-go-v%:
35 @echo "installing gx-go $(@:bin/gx-go-%=%)"
36 @bin/dist_get gx-go $@ $(@:bin/gx-go-%=%)
37 rm -f bin/gx-go