damieng / setledsmac

Set your keyboard LEDs from the Mac OS X command-line
GNU General Public License v2.0
142 stars 35 forks source link

[build] mildly improve the makefile #15

Closed grimreaper closed 4 years ago

grimreaper commented 4 years ago

This avoids depending on specific compilers, or repeating the name of executible/source code. Further it results in running make multiple times not rebuild the executable unless the binary has changed.

damieng commented 4 years ago

Thanks!