From 10b514b097d75bbae9cb5ae4f30e8dcd53c31aba Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 8 Jul 2024 00:41:25 -0400 Subject: [PATCH] Starting mailleur project --- Makefile | 2 +- subrou.c => lib/subrou.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename subrou.c => lib/subrou.c (100%) diff --git a/Makefile b/Makefile index 065c4da..3919fb5 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,6 @@ SUBDIR = \ app \ #-------------------------------------------------------------------- -#definitions +#definitions globale APPNAME = MAILLEUR #-------------------------------------------------------------------- diff --git a/subrou.c b/lib/subrou.c similarity index 100% rename from subrou.c rename to lib/subrou.c -- 2.47.3