mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-12 04:26:41 +08:00
12 lines
294 B
Makefile
12 lines
294 B
Makefile
MYSRCPATHS = ../../common ../../common/crapto1
|
|
MYSRCS = crypto1.c crapto1.c bucketsort.c
|
|
MYINCLUDES = -I../../include -I../../common
|
|
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
|
MYDEFS =
|
|
|
|
BINS = nonce2key
|
|
INSTALLTOOLS = $(BINS)
|
|
|
|
include ../../Makefile.host
|
|
|
|
nonce2key : $(OBJDIR)/nonce2key.o $(MYOBJS)
|