nchqx-cd2025/Makefile
Aaron Suen aa12c425c9 Add transparency correction to engine
This should clean up "black border" issues caused by the scaler
interpreting RGB and A channels separately and out of sync.
2024-09-12 19:36:41 -04:00

13 lines
171 B
Makefile

build: src/node_modules
cd src && node .
src/node_modules:
cd src && npm ci -ddd
rebuild:
rm -rf textures
make build
clean:
cd src && rm -rf .tmp .pxscaler .repos