llvm-project/lldb/test/API/functionalities/dlopen_other_executable/Makefile

9 lines
136 B
Makefile

C_SOURCES := main.c
USE_LIBDL := 1
other:
$(MAKE) -f $(MAKEFILE_RULES) C_SOURCES=other.c EXE=other
all: other
include Makefile.rules