From f0818b51bb6d2d9200479abb329834b67ed733d0 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 09:30:41 +0200 Subject: [PATCH] Debug windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0356922..f041e9f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ else endif ifeq ($(OS),Windows_NT) - BIN_NAME := example + BIN_NAME := example.exe else BIN_NAME := example endif