9 $(CC
) -isysroot
$(SDKROOT
) -target x86_64-apple-macosx10.9
-o x86_64.out
$<
11 x86_64h.out
: x86_64h.c
12 $(CC
) -isysroot
$(SDKROOT
) -target x86_64h-apple-macosx10.9
-o x86_64h.out
$<
15 $(CC
) -isysroot
$(SDKROOT
) -target arm64-apple-macosx10.9
-o arm64.out
$<
17 fat.out
: x86_64.out x86_64h.out arm64.out
18 $(LIPO
) -o fat.out
-create
$^