rcx

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

commit baa5991dfcb95a6e3f9a8b865f620c9231363d53
parent 317159c94f8002e988efa73e8d00ee03649d180e
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Fri,  2 Sep 2022 11:43:24 -0700

Remove tool binaries on clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -48,6 +48,6 @@ uninstall: rm -f $(DESTDIR)$(LIBPREFIX)/libcext.a clean: - rm -rf libcext.a $(SRC:.c=.o) gen + rm -rf libcext.a $(SRC:.c=.o) gen tool/ucattab .PHONY: install uninstall clean