From 920aed36f81bcce40c9f1c5bcda906a13e4fb5e4 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 4 Aug 2026 20:40:44 +0200 Subject: Start rewriting the build system Good old makefiles should do the job. --- src/calculer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/calculer.c') diff --git a/src/calculer.c b/src/calculer.c index 6bf8fbb..a3512d0 100644 --- a/src/calculer.c +++ b/src/calculer.c @@ -15,8 +15,6 @@ * along with this program. If not, see . */ -#include "config.h" - #include #include #include @@ -115,7 +113,7 @@ print_help(void) void print_version(void) { - printf("%s\n", VERSION); + printf("%s\n", CALCULER_VERSION); } void -- cgit v1.2.3