projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e5456
)
fixed Makefile
author
unknown author
<unknown@example.com>
Thu, 23 Apr 2009 15:24:41 +0000
(15:24 +0000)
committer
unknown author
<unknown@example.com>
Thu, 23 Apr 2009 15:24:41 +0000
(15:24 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 $@ $<