From 7074b4629947a5b63873d7cc32d9d91bf6f9fafd Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 11 Jul 2013 08:39:00 +1000 Subject: [PATCH] osx: add a Makefile and gitignore Change-Id: I9873c54bbf7cdc4ae90b78b0bd55330b72063233 --- clients/osx/camlistart/.gitignore | 1 + clients/osx/camlistart/Makefile | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 clients/osx/camlistart/.gitignore create mode 100644 clients/osx/camlistart/Makefile diff --git a/clients/osx/camlistart/.gitignore b/clients/osx/camlistart/.gitignore new file mode 100644 index 000000000..378eac25d --- /dev/null +++ b/clients/osx/camlistart/.gitignore @@ -0,0 +1 @@ +build diff --git a/clients/osx/camlistart/Makefile b/clients/osx/camlistart/Makefile new file mode 100644 index 000000000..4138c9a2a --- /dev/null +++ b/clients/osx/camlistart/Makefile @@ -0,0 +1,4 @@ +# To remind myself how to build it: +# Will go to build/Release/camlistart.app +all: + xcodebuild -project camlistart.xcodeproj