MatthewDolan / template-go

A template for Go repositories
MIT License
1 stars 0 forks source link

Split Makefile into logical units #7

Closed MatthewDolan closed 2 years ago

MatthewDolan commented 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.