From bf4dc8e5c1dbb8149f0cab473f73b5e9bac24ae0 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 15 Feb 2020 04:37:16 +0100 Subject: Added lst* tests (mainly boilerplate) --- test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index f429a29..d37ced4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,15 @@ +# **************************************************************************** # +# # +# ::: :::::::: # +# Makefile :+: :+: :+: # +# +:+ +:+ +:+ # +# By: cacharle +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2020/02/15 04:35:44 by cacharle #+# #+# # +# Updated: 2020/02/15 04:35:45 by cacharle ### ########.fr # +# # +# **************************************************************************** # + MAKE = make MAKE_ARGS = --no-print-directory -- cgit