From 141973040c2012412c676e3e71d8350b67fe0d1c Mon Sep 17 00:00:00 2001 From: unknown author Date: Thu, 23 Apr 2009 15:24:41 +0000 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb295c7..b852cc6 100755 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ all: mifare-read mifare-read: mifare-read.c - $(CC) $(CFLAGS) -o $@ $< + $(CC) $(CFLAGS) -lrfid -o $@ $< -- 1.7.10.4