From 528360ac6c6c28c3e1cb915f5e635667207ac5e8 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 7 May 2013 22:37:19 -0700 Subject: [PATCH] Fixed path separator. --- examples/04-mesh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/04-mesh/makefile b/examples/04-mesh/makefile index d3d54cdc..f12c1023 100644 --- a/examples/04-mesh/makefile +++ b/examples/04-mesh/makefile @@ -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