From 1f05fd874f2871fade322257ab237cd16b43c059 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 8 Apr 2012 05:15:05 +0300 Subject: use err.h - new arg processing --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c75e18..fd6f7ec 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,7 @@ X11LIB = /usr/lib/X11 INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -CPPFLAGS = -DVERSION=\"${VERSION}\" -DWMNAME=\"${WMNAME}\" -CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} CC = cc -- cgit v1.3.1