llvm/lldb/test/API/commands/process/attach/attach_denied/Makefile

CXX_SOURCES := main.cpp

EXE := AttachDenied

all: AttachDenied sign

include Makefile.rules

sign: entitlements.plist AttachDenied
ifeq ($(OS),Darwin)
	codesign -s - -f --entitlements $^
endif