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
QTGUI = guidummy.o
endif
-CORESRCS = uart.c \
- util.c \
- sleep.c
-
+CORESRCS = uart.c \
+ util.c \
+ sleep.c
CMDSRCS = mifarehost.c \
nonce2key/crapto1.c \