aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-08 04:44:12 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-08 21:17:22 +0100
commitfcc8ce8503f42980e6e8ed390363c8e8dc961363 (patch)
tree2c20084aa0db8ea0b913cee02d0342d26f8aade6 /README.md
parent56150213f54af9a37abf8a1a719d51eb4491087c (diff)
downloadlibasm-fcc8ce8503f42980e6e8ed390363c8e8dc961363.tar.gz
libasm-fcc8ce8503f42980e6e8ed390363c8e8dc961363.tar.bz2
libasm-fcc8ce8503f42980e6e8ed390363c8e8dc961363.zip
Added ft_list_remove_if
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```