diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/code/Makefile b/code/Makefile deleted file mode 100644 index 5e403ae..0000000 --- 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 |