diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-06 13:39:22 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-06 13:39:22 +0200 |
commit | 0accac9acc379d627499db1a55743e071df892a7 (patch) | |
tree | 212b2514a1af143c67c18830c83ffec2d0dcc822 /Makerules | |
parent | 22ad7c043fa3e9b9f23b5ba1960b8c8d90c08f9e (diff) | |
download | mupdf-0accac9acc379d627499db1a55743e071df892a7.tar.xz |
Move scripts and config files into "scripts" directory.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ CC ?= CFLAGS ?= LDFLAGS ?= -CFLAGS += -Ifitz -Ipdf -Ixps -Wall +CFLAGS += -Ifitz -Ipdf -Ixps -Iscripts -Wall ifeq "$(build)" "debug" CFLAGS += -pipe -g |