Closed MatthewDolan closed 2 years ago
Split Makefile into go.make & hermit.make and include those in the main Makefile. Use regex matching to, for example, run test-go as a dependency of the test command.
Makefile
go.make
hermit.make
test-go
test
Split
Makefile
intogo.make
&hermit.make
and include those in the main Makefile. Use regex matching to, for example, runtest-go
as a dependency of thetest
command.