From 94cd6dbe6705f17a1611e926333965b6e93dcccf Mon Sep 17 00:00:00 2001 From: W-Mark Kubacki Date: Thu, 18 Mar 2010 13:44:14 +0100 Subject: Makefile renamed to be modified to be input for autoconf --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index f4c0395..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: fcgiwrap -install: all - [ -f /usr/local/bin/fcgiwrap ] && mv /usr/local/bin/fcgiwrap /usr/local/bin/fcgiwrap~ - cp fcgiwrap /usr/local/bin - rm /usr/local/bin/fcgiwrap~ - -fcgiwrap: fcgiwrap.c - gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi - -clean: - -rm fcgiwrap - -- cgit v1.2.3