llvm-project/lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile

9 lines
133 B
Makefile

C_SOURCES := a.c b.c
a.o: CFLAGS_EXTRAS := -gsplit-dwarf
include Makefile.rules
.PHONY: clean
clean::
$(RM) -f a.dwo a.o b.o main