13 lines · plain
1CXX_SOURCES := main.cpp2 3EXE := AttachDenied4 5all: AttachDenied sign6 7include Makefile.rules8 9sign: entitlements.plist AttachDenied10ifeq ($(OS),Darwin)11 codesign -s - -f --entitlements $^12endif13 1CXX_SOURCES := main.cpp2 3EXE := AttachDenied4 5all: AttachDenied sign6 7include Makefile.rules8 9sign: entitlements.plist AttachDenied10ifeq ($(OS),Darwin)11 codesign -s - -f --entitlements $^12endif13