cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Added Makefile to build from the command line #94

Closed sfsam closed 8 years ago

sfsam commented 8 years ago

Hi, I added a simple Makefile (based on the one in the Sparkle project) to enable building from the command line.

shpakovski commented 8 years ago

Hi, thanks a lot!