mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: #402 https://github.com/Proxmark/proxmark3/pull/402 (piwi)
This commit is contained in:
parent
1285f5a32c
commit
a68887ce2d
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
CC = gcc
|
||||
LD = gcc
|
||||
CFLAGS = -std=c99 -march=native -Wall -Winline -O3
|
||||
LDFLAGS =
|
||||
CFLAGS += -std=c99 -march=native -Wall -Winline -O3
|
||||
LDFLAGS +=
|
||||
|
||||
OBJS = crapto1.o crypto1.o
|
||||
HEADERS = crapto1.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue