commit 9835e36af193b2903991f4953c991fae2cecffde
parent 3b2f7c912bb5b92a77a0536a2fa606f577b5f489
Author: Alexander Burger <abu@software-lab.de>
Date: Tue, 10 Jan 2012 09:13:03 +0100
Minor simplification for 'make' call
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
@@ -1,4 +1,4 @@
-30sep11abu
+10jan12abu
(c) Software Lab. Alexander Burger
@@ -40,12 +40,12 @@ installation, and invoke them explicitly as desired.
3. Compile the PicoLisp interpreter
- $ (cd src; make picolisp)
+ $ (cd src; make)
or - if you have an x86-64 system (under Linux or SunOS), or a ppc64 system
(under Linux) - build the 64-bit version
- $ (cd src64; make picolisp)
+ $ (cd src64; make)
In both cases the executable bin/picolisp will be created.