xref: /llvm-project-15.0.7/lldb/test/API/commands/process/attach/attach_denied/Makefile (revision 57a2eaf3)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CXX_SOURCES := main.cpp
2
3EXE := AttachDenied
4
5all: AttachDenied sign
6
7include Makefile.rules
8
9sign: entitlements.plist AttachDenied
10ifeq ($(OS),Darwin)
11	codesign -s - -f --entitlements $^
12endif
13

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026