From 590c3fb3328a3afdae28051e6662c4d242f85d0f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 12 Aug 2010 20:41:40 +0800 Subject: Separate the mifare classic related stuff out from the Easycard --- easytool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'easytool/Makefile') diff --git a/easytool/Makefile b/easytool/Makefile index fc5a5e1..81b3ae2 100644 --- a/easytool/Makefile +++ b/easytool/Makefile @@ -6,7 +6,7 @@ all: easytool clean: @rm -f *.o easytool -easytool: easytool.o data.o utils.o +easytool: easytool.o data.o utils.o mifare_classic.o $(CC) $(LDFLAGS) -o $@ $^ %.o: %.c -- cgit v1.2.3