win32

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c6990309e655802f9c64fedbbdab6cb6e97d0f11
parent 6cfbd07456ad3731a9322c571d46ba4ebc29475e
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 17 Dec 2025 08:29:08 +0900

add warnings

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

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ all: - $(CC) -I/usr/X11R6/include win32.c -L/usr/X11R6/lib -lX11 -o win32 + $(CC) -Wall -Wpedantic -Wextra -I/usr/X11R6/include win32.c -L/usr/X11R6/lib -lX11 -o win32 clean: rm -f win32