From 6e87ec976d9fae61091b5df5ca2df5fc8ad12af9 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 8 Jul 2024 15:55:26 -0400 Subject: [PATCH] Adjusting Makefile --- lib/Makefile | 2 ++ lib/subrou.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 339dff8..911c3b9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -33,6 +33,8 @@ toremake: Makefile touch toremake - rm -f $(OBJS) libAI.a +#-------------------------------------------------------------------- +.PHONY: clean #-------------------------------------------------------------------- #definitions #-------------------------------------------------------------------- diff --git a/lib/subrou.c b/lib/subrou.c index f337ed6..9639ec8 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -14,7 +14,7 @@ //version definition #define VERSION "0.1" -#define RELEASE "5" +#define RELEASE "6" //Public variables PUBLIC int debug=0; //debug level -- 2.47.3