From: unknown author Date: Thu, 23 Apr 2009 15:24:41 +0000 (+0000) Subject: fixed Makefile X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;h=141973040c2012412c676e3e71d8350b67fe0d1c;p=svn42.git fixed Makefile --- 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 $@ $<