aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/completion/Makefile
blob: e457693f62ca44929bb64413cda246f2d87ab4ef (plain)
1
2
3
4
5
6
7
8
9
10
CXX_SOURCES := main.cpp
USE_LIBDL := 1

a.out: lib_shared

lib_shared:
	"$(MAKE)" -f $(MAKEFILE_RULES) \
		DYLIB_ONLY=YES DYLIB_CXX_SOURCES=shared.cpp DYLIB_NAME=shared

include Makefile.rules