fixed Makefile
[svn42.git] / 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 $@ $<