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