From fb4d6bd7e93328b3eb684fc390b91800da313564 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 8 Oct 2020 14:10:44 +0200 Subject: Fixing small bug in lexer/tok_assign_str --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0aabc5a..0e2168b 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,13 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/03 04:14:24 by cacharle #+# #+# # -# Updated: 2020/10/02 12:52:19 by cacharle ### ########.fr # +# Updated: 2020/10/08 13:46:23 by cacharle ### ########.fr # # # # **************************************************************************** # RM = rm -f MAKE = make --no-print-directory -JOBS = 4 +JOBS = 2 DOXYGEN = doxygen DOXYGEN_FILE = Doxyfile DOC_DIR = doc -- cgit