X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/93f57590455b1c57ff09119b1de407ccd1d7ed62..e8bf76a83f6df5abcc2ea23d9514b0e847f82e18:/tools/nonce2key/Makefile?ds=inline

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)