mirror of https://github.com/perkeep/perkeep.git
osx: add a Makefile and gitignore
Change-Id: I9873c54bbf7cdc4ae90b78b0bd55330b72063233
This commit is contained in:
parent
2706195034
commit
7074b46299
|
@ -0,0 +1 @@
|
|||
build
|
|
@ -0,0 +1,4 @@
|
|||
# To remind myself how to build it:
|
||||
# Will go to build/Release/camlistart.app
|
||||
all:
|
||||
xcodebuild -project camlistart.xcodeproj
|
Loading…
Reference in New Issue