UNPKG
denymount
Version:
latest (2.3.0)
2.3.0
2.3.0-7-executable-path-option-ad65e8ee5e64aafdc30fd406ff82ff618a7d7a9e
2.3.0-7-executable-path-option-2d1f944a481b64ea672a31927839288addccc067
2.2.0
2.1.0
2.0.0
1.0.0
Prevent disks from mounting in OS X
github.com/resin-io-modules/denymount
resin-io-modules/denymount
denymount
/
Makefile
7 lines
(6 loc)
•
133 B
Plain Text
View Raw
1
2
3
4
5
6
7
bin/denymount: src/denymount.m clang -Wall -Werror $< \ -lobjc \ -framework DiskArbitration \ -framework Foundation \ -o
$@