diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ MANPREFIX := $(PREFIX)/share/man CC ?= gcc CFLAGS += -std=c99 -Wall -pedantic -CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 +CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=700 LDFLAGS += -L$(PREFIX)/lib LIBS := -lX11 -lImlib2 |