shithub: femtolisp

Download patch

ref: 6d724e4899ea1e4e7164e98dfead7e3815372297
parent: 88a9e52780db833bc794107409ff457df5d3e0e8
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Nov 30 08:39:39 EST 2020

mkfile: add more deps

--- a/mkfile
+++ b/mkfile
@@ -32,3 +32,7 @@
 
 llt/libllt.a:
 	cd llt && mk
+
+cvalues.$O: operators.c
+
+flisp.$O: cvalues.c types.c print.c read.c equal.c