diff options
Diffstat (limited to 'code/Makefile')
-rwxr-xr-x | code/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/Makefile b/code/Makefile index 673b3ae..5e403ae 100755 --- a/code/Makefile +++ b/code/Makefile @@ -1,3 +1,3 @@ -# 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
+# 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 |