aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2018-10-15Makefile: Add a `clean` targetTeddy Wing
2018-10-14Makefile: Rebuild when Objective-C sources changeTeddy Wing
Makes the edit-compile cycle faster.
2018-10-14Makefile: Use a more generic Mac OS SDKTeddy Wing
Instead of hard-coding the 10.13 SDK.
2018-10-14Add a C test file to test linking and the lib functionTeddy Wing
Once I got linking working, this confirms that the key simulator function actually works. Beef up the Makefile to enable us to properly link the Objective-C library.
2018-10-14Add MakefileTeddy Wing
Basic development build rule.