diff --git a/examples/game-of-life-png/Makefile b/examples/game-of-life-png/Makefile index 2edad597..8a1b43a6 100644 --- a/examples/game-of-life-png/Makefile +++ b/examples/game-of-life-png/Makefile @@ -2,6 +2,9 @@ # Need to install ImageMagick, libpng, and libpng headers to build this project. # To install these packages on Ubuntu: sudo apt-get install imagemagick libpng-dev # +# To create PNG outputs and convert to an animation, run: +# make && ./life && ./convert.sh +# SCM_PROGRAM = life SCM_LIBS = example/grid example/life