summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
blob: a694d36ac0d22e0210c435e823d28411b0350825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_SOURCES := main.cpp

EXE := AttachDenied

all: AttachDenied sign

include Makefile.rules

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