added minimalistic makefile
authorunknown author <unknown@example.com>
Thu, 23 Apr 2009 15:22:59 +0000 (15:22 +0000)
committerunknown author <unknown@example.com>
Thu, 23 Apr 2009 15:22:59 +0000 (15:22 +0000)
Makefile [new file with mode: 0755]

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 $@ $<
+