summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/operator-overload/Makefile
blob: 80b3ee02c3e934f07415bd36e97da2cd082fae6e (plain) (blame)
1
2
3
4
5
6
CXX_SOURCES = a.cpp b.cpp

include Makefile.rules

a.o: a.cpp
	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@