diff options
author | kremlin- <ian@kremlin.cc> | 2014-06-26 10:17:03 +0800 |
---|---|---|
committer | kremlin- <ian@kremlin.cc> | 2014-06-26 10:17:03 +0800 |
commit | 53f83ba5960811b25e6060dfb05d3ff81459e748 (patch) | |
tree | 95f1285ac3a46280aaa601f91db2f9a0abcbd712 /Makefile | |
parent | e37568761299fe5228c88187dfc691330cf09f9d (diff) | |
download | systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.gz systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.bz2 systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.lz systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.xz systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.tar.zst systembsd-53f83ba5960811b25e6060dfb05d3ff81459e748.zip |
see previous commit, forgot 'git add'..
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ CFLAGS=-Wall -Wextra -Werror DEBUGF=-O0 -v -g SRCDIR=src INTFDIR=$(SRCDIR)/interfaces -SANITY=-Wno-unused-variable -Wno-unused-parameter +SANITY=-Wno-unused-variable -Wno-unused-parameter -Wno-comment GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0` |