[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-505-g4c0a294

Benoit Sonntag sonntag at icps.u-strasbg.fr
Tue Oct 20 15:22:00 UTC 2009


The following commit has been merged in the master branch:
commit 4c0a2942874c62375c56e455e88c64e3d4d49865
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Tue Oct 20 17:21:48 2009 +0200

    makefile ok

diff --git a/Makefile b/Makefile
index f1810f2..688fa4c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 #  values suit your needs. This option is used in order to install lisaac in a
 #  non-userland way.
 #
-#  - interactive_userland  Starts the installer in userland interactive mode
+#  - user                  Starts the installer in userland interactive mode
 #
 #  - install               Copy all files in a proper place (non-userland)
 #
@@ -119,7 +119,7 @@ bin/lisaac: bin/lisaac.c bin/path.h
 bin/shorter: bin/shorter.c bin/path.h
 	$(CC) $(CFLAGS) $< -o $@
 
-interactive_userland: install_lisaac.c
+user: install_lisaac.c
 	@echo - Lisaac compiler installation For Unix / Linux / Windows -
 	@echo Please wait...
 	$(CC) $(CFLAGS) install_lisaac.c -o install_lisaac

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list