Revert "[ELF] Refine isExported/isPreemptible condition"
[llvm-project.git] / lldb / test / API / lang / cpp / operator-overload / Makefile
blob80b3ee02c3e934f07415bd36e97da2cd082fae6e
1 CXX_SOURCES = a.cpp b.cpp
3 include Makefile.rules
5 a.o: a.cpp
6 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@