diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-08-12 20:41:40 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-08-12 20:41:40 +0800 |
commit | 590c3fb3328a3afdae28051e6662c4d242f85d0f (patch) | |
tree | d48ee75e88869e197272ef6899c1b1359c2874de /easytool/Makefile | |
parent | a1111c14e99e17688c237ce2041080fa765425e3 (diff) |
Separate the mifare classic related stuff out from the Easycard
Diffstat (limited to 'easytool/Makefile')
-rw-r--r-- | easytool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |