X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/71aa1ff8245ddcfdaebdbd5313be596d374949b2..36dc0b437017bf360787afe3c15fd3cbaf941dd2:/client/Makefile diff --git a/client/Makefile b/client/Makefile index 0053d8e5..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 \ @@ -122,6 +122,7 @@ CMDSRCS = mifarehost.c \ cmdhfmfhard.c \ cmdhfmfdes.c \ cmdhftopaz.c \ + cmdhfemv.c \ cmdhw.c \ cmdlf.c \ cmdlfio.c \