To install the website and the sofware
- Modify the second line of the Makefile
according to the location of your website.
- Execute the command "make www" in the directory of the Makefile
- Clean the unused files with the command "make clean"
If you want to produce a native code (instead of bytecode) you may use the Makefile.native with  
- "make www -f Makefile.native" and/or "make clean -f Makefile.native"
