Skip to content
nvkelso edited this page Jan 24, 2013 · 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

IBM has a good manual of basic unix commands in plain English with examples that can be called from Makefiles (like basename for referencing file objects).

Clone this wiki locally