llvm-project/lldb/test/API/commands/frame/recognizer/Makefile

10 lines
139 B
Makefile

OBJC_SOURCES := main.m
CFLAGS_EXTRAS := -g0 # No debug info.
MAKE_DSYM := NO
LD_EXTRAS := -framework Foundation
include Makefile.rules