Create build.sh

This commit is contained in:
JJTech 2023-12-03 08:54:58 -05:00 committed by GitHub
parent 8fd473ae08
commit 0a2aa24065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
set -e
xcrun clang ./extractor.m -o extractor -framework Foundation -fobjc-arc -framework DiskArbitration -framework IOKit -Wno-deprecated-declarations
./extractor