]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - Makefile
FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands...
[proxmark3-svn] / Makefile
index 0e065b41dc9ee86c6245d421163f66990c0a75e5..4d55d22b5e5573f4231dc70e0867fe96c5ea2a0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ help:
        @echo + all           - Make bootrom, armsrc and the OS-specific host directory
        @echo + client        - Make only the OS-specific host directory
        @echo + flash-bootrom - Make bootrom and flash it
-       @echo + flash-os      - Make armsrc and flash os (includes fpga)
+       @echo + flash-os      - Make armsrc and flash os \(includes fpga\)
        @echo + flash-all     - Make bootrom and armsrc and flash bootrom and os image
        @echo + clean         - Clean in bootrom, armsrc and the OS-specific host directory
 
@@ -44,5 +44,9 @@ newtarbin:
 tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin
        $(GZIP) proxmark3-$(platform)-bin.tar
 
+udev:
+       sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules
+       sudo udevadm control --reload-rules
 # Dummy target to test for GNU make availability
 _test:
Impressum, Datenschutz