tisp

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

commit aee6de0b3eead69b75d0f40186c4c23c379876c5
parent 194abeb1e0f0b28b95abe8119c663aff2bf2645f
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Thu, 25 Mar 2021 21:53:24 -0700

Fix tisp file names in Makefile

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

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ SRC = tisp.c main.c TIB = tib/math.c tib/io.c tib/os.c tib/string.c OBJ = $(SRC:.c=.o) $(TIB:.c=.o) LIB = tib/libtibmath.so tib/libtibio.so -TSP = tib/core.tsp tib/io.tsp tib/math.tsp tib/doc.tsp tib/repl.tsp +TSP = tib/core.tsp tib/doc.tsp tib/io.tsp tib/math.tsp tib/os.tsp DOC = doc/tisp.1.md doc/tisp.7.md MAN = $(DOC:.md=)