CHG: some minor adjustments.

This commit is contained in:
iceman1001
2017-02-13 11:06:30 +01:00
parent d56ee2b1db
commit 4c8fe2e976
2 changed files with 8 additions and 7 deletions

View 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 \