projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2099456
)
added minimalistic makefile
author
unknown author
<unknown@example.com>
Thu, 23 Apr 2009 15:22:59 +0000
(15:22 +0000)
committer
unknown author
<unknown@example.com>
Thu, 23 Apr 2009 15:22:59 +0000
(15:22 +0000)
Makefile
[new file with mode: 0755]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100755
(executable)
index 0000000..
eb295c7
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,7
@@
+## realraum tuer daemon
+
+all: mifare-read
+
+mifare-read: mifare-read.c
+ $(CC) $(CFLAGS) -o $@ $<
+