These no longer compile because the warning now defaults to an error after #157364, so downgrade the error to a warning for now; I’m not familiar enough with either LLDB or MacOS to fix these warnings properly (assuming they’re unintended).
9 lines
143 B
Makefile
9 lines
143 B
Makefile
OBJC_SOURCES := main.m
|
|
|
|
CFLAGS_EXTRAS := -w -Wno-error=incompatible-pointer-types
|
|
|
|
|
|
|
|
LD_EXTRAS := -framework Foundation
|
|
include Makefile.rules
|