vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
402 stars 182 forks source link

Add brew-install target for homebrew formula. #95

Closed qiwenmin closed 6 years ago

qiwenmin commented 6 years ago

Homebrew will set the prefix of the destination folder. The executable should be installed in #{prefix}/bin/ folder. In this brew-install target, $(PREFIX) can be set by the formula script.

qiwenmin commented 6 years ago

I have put the mkdir_p and cp actions in the formula script. Close this PR.