Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / DBGSourcePathRemapping / Makefile
blob8c82c73b13fc6d94bb620aeb10f4f98c48a95cf8
1 BOTDIR = $(BUILDDIR)/buildbot
2 USERDIR = $(BUILDDIR)/user
3 C_SOURCES = $(BOTDIR)/main.c
4 LD_EXTRAS = $(BOTDIR)/relative.o
6 include Makefile.rules
8 $(EXE): relative.o
9 relative.o: $(BOTDIR)/relative.c
10 cd $(BOTDIR) && $(CC) -c $(CFLAGS) -o $@ relative.c