Skip to content
nvkelso edited this page Jan 20, 2012 · 5 revisions

View sample Makefile »

Tutorial for Makefile syntax » Advanced make syntax »

Render all the images using the stylesheets:

make

Note: use the -j4 flag to use four processes (geo only has 4 cores)

make -j4

View the results:

http://localhost/~me/projectname/index.html

Clone this wiki locally