Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1260360..ca08907 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -CFLAGS = -std=c89 -Wall -Wextra -Werror -pedantic +CFLAGS = -std=c89 -Wall -Wextra -Werror -pedantic CPPFLAGS = -I/usr/X11R6/include -LDFLAGS = -L/usr/X11R6/lib -LDLIBS = -lX11 +LDFLAGS = -L/usr/X11R6/lib +LDLIBS = -lX11 all: wm wmc