From 984f4ad69f9b7bad5dc54472dd374fd7edc5a5a9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 29 Apr 2017 00:30:38 +0200 Subject: This project has been renamed to `pacredir`. Please... ... get it from https://github.com/eworm-de/pacredir#pacredir or https://git.eworm.de/cgit.cgi/pacredir/about/ --- arch.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 arch.c (limited to 'arch.c') diff --git a/arch.c b/arch.c deleted file mode 100644 index 2d5d7ba..0000000 --- a/arch.c +++ /dev/null @@ -1,21 +0,0 @@ -/* - * (C) 2013-2017 by Christian Hesse - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - */ - -#include -#include - -#include "arch.h" - -/*** main ***/ -int main(int argc, char ** argv) { - /* just print the architecture */ - puts(ARCH); - - return EXIT_SUCCESS; -} - -// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf