diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-16 10:42:30 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-16 10:42:30 +0100 |
commit | ba452c2e1311dab6f85c8d29c2aea2ae8e063d56 (patch) | |
tree | 6c7f51a496a70f32936477f3e716c55759cfcee1 /config.mk | |
parent | f02e652fa03809056b8cd9bafd2549df2db1552f (diff) |
Adding back the Escape to stop loading the current page. Thanks Daniel Bainton
for the notice!
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} # Solaris |