From: unknown author Date: Thu, 23 Apr 2009 15:22:59 +0000 (+0000) Subject: added minimalistic makefile X-Git-Url: https://git.realraum.at/?a=commitdiff_plain;ds=sidebyside;h=63e54566e913eaf2753d8db2342776d90ee08924;p=svn42.git added minimalistic makefile --- diff --git a/Makefile b/Makefile new file mode 100755 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 $@ $< +