summary history branches tags files
commit:22c138670051a1ec6e5917a6cf4b0af4643f62a7
author:Trevor Bentley
committer:Trevor Bentley
date:Tue Jul 4 15:03:33 2017 +0200
parents:34c3f4cd91d388514c811d3678379609598e98e8
Remove stale build script
diff --git a/build.sh b/build.sh
line changes: +0/-1
index f1125c0..0000000
--- a/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-pkill a.out ; MACOSX_DEPLOYMENT_TARGET=10.12 clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fobjc-link-runtime -mmacosx-version-min=10.12 -framework DFRFoundation -framework Cocoa -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/PrivateFrameworks/ -x objective-c touch2.m && cp a.out test.app/Contents/MacOS/ && open test.app