rcx

library of miscellaneous bits of C code
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

commit 9d6aadc814445225820b68bc8fd63ad9d12b161c
parent c011f3fb3c6bd74c63ebcf0084e7cb4c79cc5f3e
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Mon, 25 Sep 2023 23:19:38 -0700

Fix Makefile

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -32,6 +32,7 @@ TABLE_DEPS =\ inc/table/priv-hdr.h\ inc/table/priv-src.h\ inc/table/static.h\ + inc/table/main.h\ inc/table/impl/macros.h\ inc/table/impl/common.h\ inc/table/impl/types.h\