]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
First stab at new graphing; dual buffers, immediate results
[proxmark3-svn] / client / Makefile
index 823ee44599e24beecfdc2323850a779529ff0926..621b5779b2237f9d3169b343c4dc8b479e9062b8 100644 (file)
@@ -60,6 +60,7 @@ CMDSRCS =     nonce2key/crapto1.c\
                loclass/ikeys.c \
                loclass/elite_crack.c\
                loclass/fileutils.c\
+                       data_operations.c\
                        mifarehost.c\
                        crc16.c \
                        iso14443crc.c \
@@ -137,17 +138,6 @@ clean:
 tarbin: $(BINS)
        $(TAR) $(TARFLAGS) ../proxmark3-$(platform)-bin.tar $(BINS:%=client/%)
 
-# must be run as root
-install_kext: Info.plist
-       mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents
-       cp Info.plist /System/Library/Extensions/Proxmark3.kext/Contents
-       chown -R root:wheel /System/Library/Extensions/Proxmark3.kext
-       chmod 755 /System/Library/Extensions/Proxmark3.kext /System/Library/Extensions/Proxmark3.kext/Contents
-       chmod 644 /System/Library/Extensions/Proxmark3.kext/Contents/Info.plist
-       rm -rf /System/Library/Caches/com.apple.kext.caches
-       touch /System/Library/Extensions
-       @echo "*** You may need to reboot for the kext to take effect."
-
 lua_build:
        @echo Compiling liblua, using platform $(LUAPLATFORM)
        cd ../liblua && make $(LUAPLATFORM)
Impressum, Datenschutz