libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit 77df9f64d40ba4be9f18fae3ad1d185dbcbe565d
parent 42e58c7d3a921540f5d901b80a0cc75e234b02e9
Author: Laslo Hunhold <dev@frign.de>
Date:   Wed, 22 Dec 2021 15:37:49 +0100

Add "clean-data" to PHONY-targets

Signed-off-by: Laslo Hunhold <dev@frign.de>

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

diff --git a/Makefile b/Makefile @@ -125,4 +125,4 @@ dist: tar -cf libgrapheme-$(VERSION).tar libgrapheme-$(VERSION) rm -rf libgrapheme-$(VERSION) -.PHONY: all test install uninstall clean dist +.PHONY: all test install uninstall clean clean-data dist