Makefile: tga2lmp needed for palette/gfx
This commit is contained in:
parent
2da70886e9
commit
fd00f55db4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -97,7 +97,7 @@ pal2colormap:
|
|||
qfiles:
|
||||
$(CC) -o qfiles Tools/Source/qfiles.c Tools/Source/cmdlib.c
|
||||
|
||||
palette: pal2colormap pal2pal tga2pal
|
||||
palette: pal2colormap pal2pal tga2pal tga2lmp
|
||||
if [ ! -d $(GAME)/gfx ];then mkdir $(GAME)/gfx; fi
|
||||
mogrify -type TrueColor -compress None -flip -format tga $(GAME)/gfxsrc/palette.png
|
||||
cd $(GAME)/gfxsrc/ && ../../tga2pal palette.tga
|
||||
|
|
Loading…
Reference in a new issue