tisp

tiny lisp
git clone git://edryd.org/tisp
Log | Files | Refs | LICENSE

commit 4d6cacaaaa9d7dc645bb9ec2b0c574290feac177
parent d27f833a8a22815fd2b916a711bfa59f56d93b21
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Tue,  5 Feb 2019 14:06:13 -0800

Add io.c to Makefile

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ include config.mk EXE = tisp SRC = tisp.c main.c extern/linenoise.c -TIB = tibs/math.c +TIB = tibs/math.c tibs/io.c OBJ = $(SRC:.c=.o) $(TIB:.c=.o) LIB = tibs/libtibmath.so tibs/libtibio.so