Lots of users use "po" as their default print command. If the type doesn't implement the description function the output is often not what the user wants. Print a hint telling the user that they might prefer using "p" instead. Differential Revision: https://reviews.llvm.org/D153489
5 lines
88 B
Makefile
5 lines
88 B
Makefile
OBJC_SOURCES := main.m
|
|
LD_EXTRAS = -lobjc -framework Foundation
|
|
|
|
include Makefile.rules
|