Skip to content

Instantly share code, notes, and snippets.

@danpecher
Created December 10, 2014 22:48
Show Gist options
  • Save danpecher/161b9408d14f3fefccdd to your computer and use it in GitHub Desktop.
Save danpecher/161b9408d14f3fefccdd to your computer and use it in GitHub Desktop.
Linux Objective-C Makefile
all:
gcc main.m -o app `gnustep-config --objc-flags` -lobjc -lgnustep-base
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment