xlib_playground

Xlib playground for experiments.
Log | Files | Refs

commit 9abbafd3e1c0f82f85bd210d5958f802a246b98c
parent 820a9f16bf4d534b1dd5914f3ec130b7c9b9c8bb
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri, 23 Dec 2022 10:58:44 +0900

add warning

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ INCS=-I/usr/X11R6/include -CFLAGS=-Wall -Wextra -std=c11 +CFLAGS=-Wall -W -Wextra -Wpointer-arith -Wbad-function-cast -std=c11 LIBS=-L/usr/X11R6/lib -lX11 -lXext IN=*.c OUT=main