X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/73d3a679f555378095f423536776476f14f54ff2..794e88e774e5cf637db5199e4d9c6665b4fc5673:/makefile diff --git a/makefile b/makefile index 1de908e..3df4450 100644 --- a/makefile +++ b/makefile @@ -161,11 +161,9 @@ test: $(deb) install: cycript $(lib)cycript.$(dll) sudo cp -p cycript /usr/bin sudo cp -p $(lib)cycript.$(dll) /usr/lib - # DOUG: this needs to be ported to GNUmakefile sudo chgrp procmod /usr/bin/cycript sudo chmod g+s /usr/bin/cycript -# DOUG: this needs to be ported to GNUmakefile uninstall: sudo rm -f /usr/bin/cycript /usr/lib/libcycript.dylib