]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
FIX: 'EMV compiling' - Makefiles are very picky about how things are done. its parse...
[proxmark3-svn] / client / Makefile
index a56fd35bc56944b41e00c589b7604e71bccd14b8..26ecb962e5d20666c793f51254a79445721f72ad 100644 (file)
@@ -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 \
Impressum, Datenschutz