X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/02b6f355ca505f6cfe477e628629640ef74c5200..9d1eaa281feb6ca36d04dafffc9565d9d7d2875f:/tools/nonce2key/Makefile diff --git a/tools/nonce2key/Makefile b/tools/nonce2key/Makefile index 54abf80e..43a87c3f 100644 --- a/tools/nonce2key/Makefile +++ b/tools/nonce2key/Makefile @@ -5,7 +5,7 @@ LDFLAGS = OBJS = crypto1.o crapto1.o HEADERS = crapto1.h -EXES = nonce2key +EXES = nonce2key nonce2key.exe all: $(OBJS) $(EXES) @@ -15,8 +15,5 @@ all: $(OBJS) $(EXES) % : %.c $(LD) $(LDFLAGS) -o $@ $(OBJS) $< -crypto1test: libnfc $(OBJS) - $(LD) $(LDFLAGS) -o crypto1test crypto1test.c $(OBJS) - clean: rm -f $(OBJS) $(EXES)