History of 2012-12-04 Objective-C with a Makefile

2012-12-04
03:50 UTC Revision 3 . . . . 6115Here's a little example on how to compile Objective-C on the commandline, with a makefile: Create a file called Makefile: CC=clang . . .