]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - tools/nonce2key/Makefile
Code cleanup: Refactoring nonce2key
[proxmark3-svn] / tools / nonce2key / Makefile
diff --git a/tools/nonce2key/Makefile b/tools/nonce2key/Makefile
deleted file mode 100644 (file)
index 54abf80..0000000
+++ /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)
Impressum, Datenschutz