diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-08-14 16:22:56 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-08-14 16:22:56 +0800 |
commit | aacd31e32689c4dc1bf7b4cdc5e98d074c47619c (patch) | |
tree | 5c732a956933cabcb0d3ca8a8917384d37387eea /easytool/Makefile | |
parent | 26064db907df7b9bd8c54571c41e4e25f596f11a (diff) |
add functions to alter easycard log records and mifare value blocks
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 81b3ae2..f4f8262 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 mifare_classic.o +easytool: easytool.o easycard.o data.o utils.o mifare_classic.o $(CC) $(LDFLAGS) -o $@ $^ %.o: %.c |