build:
	cd src && node .

rebuild:
	rm -rf textures
	make build

clean:
	cd src && rm -rf .tmp .pxscaler .repos
