From 198cb121d7d630c761d8bf25a6c77d675cff9916 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 25 Sep 2005 21:46:00 +0000 Subject: [PATCH] * Removed Makefile which spawned cons --- code/Makefile | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 code/Makefile diff --git a/code/Makefile b/code/Makefile deleted file mode 100644 index 5e403ae4..00000000 --- a/code/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# nasty ugly to get build system working from Anjuta -all: - if [ `hostname` == sparkle ] ; then ./unix/pcons-2.3.1 -j4 -- novm noso ; else ./unix/cons ; fi