From fcc8ce8503f42980e6e8ed390363c8e8dc961363 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 8 Feb 2020 04:44:12 +0100 Subject: Added ft_list_remove_if --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c7af14f..2bd0427 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Clone the test [repository](https://github.com/HappyTramp/libasm_test) next to t ``` cd libasm_test -make run +make runbonus ``` -- cgit