xref: /llvm-project/lldb/test/API/lang/objcxx/class-name-clash/Makefile (revision 7e825abd5704ce28b166f9463d4bd304348fd2a9)
1OBJCXX_SOURCES := main.mm myobject.mm
2include Makefile.rules
3
4# myobject.o needs to be built without debug info
5myobject.o: myobject.mm
6	$(CXX) $(CFLAGS_NO_DEBUG) -c -o $@ $<
7