Fixed typo and updated shaders (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-05 20:07:22 +02:00
parent 5156e7c74c
commit c211202b6e
3 changed files with 1 additions and 1 deletions

View file

@ -54,7 +54,7 @@ ifeq ($(TARGET), 4)
VS_FLAGS=--platform linux -p 120
FS_FLAGS=--platform linux -p 120
CS_FLAGS=--platform linux -p 430
SHADER_PATH=shaders/glsl$/$(SHADERS_DIR)
SHADER_PATH=shaders/glsl/$(SHADERS_DIR)
else
ifeq ($(TARGET), 5)
VS_FLAGS=--platform osx -p metal