llvm/lldb/test/API/lang/c/global_variables/Makefile

C_SOURCES := main.c

DYLIB_NAME := a
DYLIB_C_SOURCES := a.c
ifndef PIE
	LD_EXTRAS := -no-pie
endif

include Makefile.rules