build: strip \r from shaders
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 16 Mar 2013 13:14:01 +0000 (14:14 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 11:23:02 +0000 (12:23 +0100)
commit7083e7dbc505ee8ee2ceb2280e46869466396688
treefe636c60a801d219100c75c1235882d732a9bf2b
parent8050a28beb37d1e90d6cc5d542b6eac6a222a17a
build: strip \r from shaders

\r is rarely used and probably always escaped in strings so we can safely
erase it together with \n to reduce its size.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am