fixed Makefile
authorunknown author <unknown@example.com>
Thu, 23 Apr 2009 15:24:41 +0000 (15:24 +0000)
committerunknown author <unknown@example.com>
Thu, 23 Apr 2009 15:24:41 +0000 (15:24 +0000)
Makefile

index eb295c7..b852cc6 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,5 @@
 all: mifare-read
 
 mifare-read: mifare-read.c
-       $(CC) $(CFLAGS) -o $@ $<
+       $(CC) $(CFLAGS) -lrfid -o $@ $<