X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/93f57590455b1c57ff09119b1de407ccd1d7ed62..7779d73c71c248e05574b85f82df4e4f543d522e:/tools/nonce2key/Makefile?ds=inline diff --git a/tools/nonce2key/Makefile b/tools/nonce2key/Makefile deleted file mode 100644 index 54abf80e..00000000 --- a/tools/nonce2key/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -CC = gcc -LD = gcc -CFLAGS = -Wall -O4 -c -LDFLAGS = - -OBJS = crypto1.o crapto1.o -HEADERS = crapto1.h -EXES = nonce2key - -all: $(OBJS) $(EXES) - -%.o : %.c - $(CC) $(CFLAGS) -o $@ $< - -% : %.c - $(LD) $(LDFLAGS) -o $@ $(OBJS) $< - -crypto1test: libnfc $(OBJS) - $(LD) $(LDFLAGS) -o crypto1test crypto1test.c $(OBJS) - -clean: - rm -f $(OBJS) $(EXES)