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