Compiling the Chipmunk Makefile

The purpose of the Chipmunk Makefile is to allow recompilation of all the Chipmunk tools with a single command. To install the Makefile, save the file as chipmunk/Makefile. To customize the Makefile, edit it and read the comment section after the GNU General Public License comment block.

Once this Makefile is installed, you can use it to remove all object and executable files from the source directories by executing the command:

make clean

and you recompile the entire distribution by executing the command:

make install

Email
john [dot] lazzaro [at] gmail [dot] com