aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/dlopen_other_executable/Makefile
blob: 51fc01bdde75a4d71e18aa04b3c6e9a1d5279289 (plain)
1
2
3
4
5
6
7
8
C_SOURCES := main.c
USE_LIBDL := 1

other:
	"$(MAKE)" -f $(MAKEFILE_RULES) C_SOURCES=other.c EXE=other
all: other

include Makefile.rules