free5lot / hid-apple-patched

Allows to swap the Fn key and left Control key and other tweaks on Macbook Pro and Apple keyboards in GNU/Linux
GNU General Public License v2.0
350 stars 61 forks source link

Update Makefile #25

Closed HarmtH closed 8 years ago

HarmtH commented 8 years ago

Just using $(uname -r) doesn't expand to anything on my system.

free5lot commented 8 years ago

Thank you @HarmtH for PR! It seems you're right, $(shell *) syntax is a correct way to do it in Makefile.