Skip to content

Commit

Permalink
Fixed build system
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 22, 2022
1 parent 4cfc902 commit 37681e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all: build

build:
mkdir -p products
xattr -w com.apple.xcode.CreatedByBuildSystem true products
xcodebuild -parallelizeTargets \
-project "FastDMG.xcodeproj" \
-target "FastDMG" \
Expand All @@ -16,5 +17,6 @@ build:
@stat -f %z products/FastDMG.app/Contents/MacOS/*

clean:
xattr -w com.apple.xcode.CreatedByBuildSystem true products
xcodebuild -project "FastDMG.xcodeproj" clean
rm -rf products/* 2> /dev/null

0 comments on commit 37681e8

Please sign in to comment.