diff options
Diffstat (limited to 'code/Makefile')
-rwxr-xr-x | code/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code/Makefile b/code/Makefile new file mode 100755 index 0000000..673b3ae --- /dev/null +++ b/code/Makefile @@ -0,0 +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
|