xref: /llvm-project/lldb/test/API/lang/objc/ivar-IMP/Makefile (revision d1a1798e51a30fbf537e9fd8931a49b504f37a25)
1OBJC_SOURCES := myclass.m repro.m
2LD_EXTRAS := -lobjc
3
4include Makefile.rules
5
6# Force myclass.m to be compiled without debug info
7myclass.o: CFLAGS = $(CFLAGS_NO_DEBUG)
8
9