blob: 3c1f73515eb7caddc99cbb5810ef7fa54a7a19c6 [file] [log] [blame]
LEVEL = ../../../make
CXX_SOURCES := main.cpp
EXE := AttachDenied
all: AttachDenied sign
include $(LEVEL)/Makefile.rules
sign: entitlements.plist AttachDenied
ifeq ($(OS),Darwin)
codesign -s - -f --entitlements $^
endif