From: Jean-Marc Pigeon (Delson) Date: Mon, 8 Jul 2024 04:41:25 +0000 (-0400) Subject: Starting mailleur project X-Git-Tag: tag-0.1~5 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=10b514b097d75bbae9cb5ae4f30e8dcd53c31aba;p=jmp%2Fmailleur Starting mailleur project --- 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