6 lines
164 B
Makefile
6 lines
164 B
Makefile
IMAGES += image/0_shipple2.DDS
|
|
image/0_shipple2.DDS: scenes/ship20/./images/0_shipple2.png
|
|
texconv10.exe -f BC1_UNORM -nologo "$<"
|
|
mv "$(<:.png=.DDS)" "$@"
|
|
|