X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=mifare-read%2FMakefile;fp=mifare-read%2FMakefile;h=0000000000000000000000000000000000000000;hp=a48ba7a295141d75abdeb3a5cdc40b27e32e0dcd;hb=ce52b2a412383c7958cbd6f0dc8251fbf28b3c08;hpb=4ee2501ff864b8e15202ee814e8bafcc0c2adf6c diff --git a/mifare-read/Makefile b/mifare-read/Makefile deleted file mode 100755 index a48ba7a..0000000 --- a/mifare-read/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -## -## mifare-read -## -## Copyright (C) 2009 Christian Pointner -## -## This file is part of mifare-read. -## -## mifare-read is free software: you can redistribute it and/or modify -## it under the terms of the GNU General Public License version 3 as -## published by the Free Software Foundation. -## -## mifare-read is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with mifare-read. If not, see . -## - -EXECUTABLE := mifare-read - -all: $(EXECUTABLE) - -mifare-read: mifare-read.c - $(CC) $(CFLAGS) -lrfid -o $@ $< - -clean: - rm -f $(EXECUTABLE) -