Fixed path separator.

This commit is contained in:
bkaradzic 2013-05-07 22:37:19 -07:00
parent 360c7e0bc2
commit 528360ac6c

View file

@ -12,7 +12,7 @@ include $(BGFX_DIR)/premake/shader.mk
geometry: ../runtime/meshes/bunny.bin
../runtime/meshes/bunny.bin: bunny.obj
..\..\tools\bin\geometryc -f bunny.obj -o ..\runtime\meshes\bunny.bin --packnormal 1
../../tools/bin/geometryc -f bunny.obj -o ../runtime/meshes/bunny.bin --packnormal 1
rebuild:
@make -s --no-print-directory TARGET=0 clean all