rcx

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

commit ec12b9cf265b44e20e6fb59a8adfebb029a85bca
parent fbdfa7098ba6fbf70adca359ef75e2df081ad010
Author: robert <robertrussell.72001@gmail.com>
Date:   Sun, 21 Aug 2022 12:20:44 -0700

Update Makefile

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

diff --git a/Makefile b/Makefile @@ -30,6 +30,7 @@ gen/ucattab.inc: gen tool/ucattab gen/UnicodeData.txt gen/UnicodeData.txt: gen wget -q -O $@ $(UNICODE_DATA_URL) + @touch $@ # Downloaded file has mod time from when it was created gen: mkdir gen