From a8e9418d1877080f8df9bdc9dd1b1fc422703444 Mon Sep 17 00:00:00 2001 From: tonton th Date: Fri, 5 Jun 2020 10:49:38 +0200 Subject: [PATCH] better #define MUST_BORT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec9c5cb..e270699 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CC = gcc -OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT +OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0 libbubulles.a: bubulles.o importobj.o ar r $@ $?