X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2e8d938befceab53c0b88cad5d9be54061aff9b1..4c8fe2e976f0330944e032231007feede2e32ff8:/client/Makefile diff --git a/client/Makefile b/client/Makefile index a56fd35b..72552fd1 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 \