mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Fix Makefile.
This commit is contained in:
parent
4ededbd21e
commit
a923510076
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue