osx: add a Makefile and gitignore

Change-Id: I9873c54bbf7cdc4ae90b78b0bd55330b72063233
This commit is contained in:
Brad Fitzpatrick 2013-07-11 08:39:00 +10:00
parent 2706195034
commit 7074b46299
2 changed files with 5 additions and 0 deletions

1
clients/osx/camlistart/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -0,0 +1,4 @@
# To remind myself how to build it:
# Will go to build/Release/camlistart.app
all:
xcodebuild -project camlistart.xcodeproj