commit b8a602e

hovercats  ·  2025-01-02 01:03:02 +0000 UTC
parent 9e3546e
byacc: add readme with configure recipe used
1 files changed,  +9, -0
+9, -0
 1@@ -0,0 +1,9 @@
 2+# byacc
 3+
 4+## config.h
 5+Generated with
 6+```sh
 7+	./configure \
 8+		--enable-btyacc \
 9+		--enable-stdnoreturn
10+```