You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
C_SOURCES := main.c
|
|
|
|
override TRIPLE := $(ARCH)-apple-ios13.0-macabi
|
|
CFLAGS_EXTRAS := -target $(TRIPLE)
|
|
|
|
# FIXME: rdar://problem/54986190
|
|
# There is a Clang driver change missing on llvm.org.
|
|
override CC=xcrun clang
|
|
|
|
include Makefile.rules
|