commit 2befc4e623a69bdfcdc118e58769c2bc3c9c7788
parent ed6bca274113f13a9cf5fe5dff12947d3f948399
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 21 Nov 2014 22:11:57 +0100
build bc, lex, yacc, update TODO
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-TARG = awk diff hexdump sed
+TARG = awk bc diff hexdump lex sed yacc
all:
@echo "CFLAGS = $(CFLAGS)"
diff --git a/TODO b/TODO
@@ -0,0 +1,8 @@
+bc: rule to install bc.library
+bc: add dc (required)
+bc: add libedit
+
+make strlcpy, strlcat, reallocarray a library (libfatbase) or use clens
+
+add find?
+add patch?
diff --git a/bc/TODO b/bc/TODO
@@ -1 +0,0 @@
-rule to install bc.library