Linenoise with rax.

This commit is contained in:
Simon Forman
2023-02-20 12:53:58 -08:00
parent 7d93262c81
commit 2d3c17c152
2 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ 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
cc try_rax.c rax.o linenoise.o -lm -o tryrax