https://github.com/ipfs/go-ipfs
Revision 89c029dc4c5df9810bbfd5fd5f0a22322f51f44a authored by Piotr Galar on 03 July 2023, 06:29:00 UTC, committed by GitHub on 03 July 2023, 06:29:00 UTC
1 parent 9d186dd
Raw File
Tip revision: 89c029dc4c5df9810bbfd5fd5f0a22322f51f44a authored by Piotr Galar on 03 July 2023, 06:29:00 UTC
ci: disable js-rv-js tests in interop (#10007)
Tip revision: 89c029d
GNUmakefile
# General tools

SHELL=PATH='$(PATH)' /bin/sh

# enable second expansion
.SECONDEXPANSION:

include Rules.mk
back to top