A tiling window manager

Makefile: remove duplicate -Wunused

+1 -1
+1 -1
Makefile
··· 8 8 PREFIX?= /usr/local 9 9 PKGLIBS= x11 xft xrandr xtst xres 10 10 CFLAGS+= -O2 -Wall \ 11 - -Wunused -Wmissing-prototypes -Wstrict-prototypes -Wunused \ 11 + -Wunused -Wmissing-prototypes -Wstrict-prototypes \ 12 12 `pkg-config --cflags ${PKGLIBS}` \ 13 13 -DVERSION=\"${VERSION}\" 14 14 LDFLAGS+= `pkg-config --libs ${PKGLIBS}`