Let's use rax to generate tab completions?

This commit is contained in:
Simon Forman
2023-02-20 11:19:27 -08:00
parent b32a3f2496
commit 7d93262c81
3 changed files with 401 additions and 0 deletions
+3
View File
@@ -45,3 +45,6 @@ clean:
linenoise.o: linenoise.c linenoise.h
cc -c linenoise.c -o linenoise.o
tryrax: try_rax.c
cc try_rax.c rax.o -lm -o tryrax