Add a proper build system.
This commit is contained in:
parent
ce3b9a11cd
commit
394389b6c1
11 changed files with 4852 additions and 47 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,8 +1,16 @@
|
|||
*.dylib
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
buildsys.mk
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
DerivedData
|
||||
extra.mk
|
||||
ObjOpenSSL.xcodeproj/*.mode1v3
|
||||
ObjOpenSSL.xcodeproj/*.pbxuser
|
||||
ObjOpenSSL.xcodeproj/project.xcworkspace
|
||||
|
|
Reference in a new issue