]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
FIX: calcs wiegand correct, adds wiegand parity correct, adds checksum correct...
[proxmark3-svn] / client / Makefile
index 84a158b2577415dc9495e37cf90dcc0208eb963c..eabe0d38745dde26b3f8f43eca5daef48818470f 100644 (file)
@@ -41,6 +41,7 @@ ifneq (,$(findstring MINGW,$(platform)))
        endif
        
 else ifeq ($(platform),Darwin)
+       LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm
     CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
     QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
     MOC = $(shell pkg-config --variable=moc_location QtCore)
@@ -133,7 +134,8 @@ CMDSRCS =   nonce2key/crapto1.c\
                        prng.c\
                        radixsort.c\
                        bucketsort.c\
-                       cmdlfpresco.c
+                       cmdlfpresco.c\
+                       cmdlfpyramid.c
 
 ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
 ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED 
Impressum, Datenschutz