Fix Makefile.

This commit is contained in:
Simon Howard 2008-12-24 21:58:15 +00:00
parent 4ededbd21e
commit a923510076

View file

@ -3,7 +3,7 @@ all : playpal.lmp colormap.lmp
playpal.lmp : playpal-base.lmp playpal.pl
./playpal.pl playpal-base.lmp > playpal.lmp
colormap.lmp : playpal.lmp colormap.pl
colormap.lmp : playpal.lmp colormap.py
./colormap.py playpal.lmp > colormap.lmp
SOURCES=playpal.pl colormap.pl COPYING Makefile