summaryrefslogtreecommitdiff
path: root/easytool/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-12 20:41:40 +0800
committerHarald Welte <laforge@gnumonks.org>2010-08-12 20:41:40 +0800
commit590c3fb3328a3afdae28051e6662c4d242f85d0f (patch)
treed48ee75e88869e197272ef6899c1b1359c2874de /easytool/Makefile
parenta1111c14e99e17688c237ce2041080fa765425e3 (diff)
Separate the mifare classic related stuff out from the Easycard
Diffstat (limited to 'easytool/Makefile')
-rw-r--r--easytool/Makefile2
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
personal git repositories of Harald Welte. Your mileage may vary