robgonnella / ardi

Ardi is a command-line tool that helps you manage arduino projects!
GNU General Public License v3.0
12 stars 1 forks source link

Updates to tooling #77

Closed robgonnella closed 3 years ago

robgonnella commented 3 years ago

Now that go install (go version 1.16) allows you to install build dependencies without affecting the module version requirements of the current module, we can use a simple make rule for installing these deps.