X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2e8d938befceab53c0b88cad5d9be54061aff9b1..573e8d72c73f12754d5775cca24d7d9380cc2c78:/client/Makefile diff --git a/client/Makefile b/client/Makefile index a56fd35b..26ecb962 100644 --- a/client/Makefile +++ b/client/Makefile @@ -7,7 +7,8 @@ include ../common/Makefile.common CC = gcc CXX = g++ -COMMON_FLAGS = -std=c99 -O3 -mpopcnt -march=native -g +COMMON_FLAGS += -std=c99 -O3 -mpopcnt -march=native -g + #VPATH = ../common ../zlib OBJDIR = obj @@ -81,10 +82,9 @@ else QTGUI = guidummy.o endif -CORESRCS = uart.c \ - util.c \ - sleep.c - +CORESRCS = uart.c \ + util.c \ + sleep.c CMDSRCS = mifarehost.c \ nonce2key/crapto1.c \