X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=blobdiff_plain;f=Makefile;h=fda843827641c7c6103d4978b83098cf0779a296;hp=b894762b9d7466ad34f9fecc22cd3b77801efc7a;hb=b2292e770ef96c8abe8cc7134e8defb0b49e902f;hpb=cdb450376e52bad45969c87a44908ef6e9997f39 diff --git a/Makefile b/Makefile index b894762..fda8438 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ VERSION=$(shell git describe --tags --abbrev=0) ifeq ($(shell uname),Linux) CFLAGS+=-DLINUX CFLAGS+=-D_GNU_SOURCE +LDFLAGS+=-liw endif ifeq ($(shell uname),GNU/kFreeBSD)