[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / commands / process / attach / attach_denied / Makefile
bloba694d36ac0d22e0210c435e823d28411b0350825
1 CXX_SOURCES := main.cpp
3 EXE := AttachDenied
5 all: AttachDenied sign
7 include Makefile.rules
9 sign: entitlements.plist AttachDenied
10 ifeq ($(OS),Darwin)
11 codesign -s - -f --entitlements $^
12 endif