Add "check" target to .PHONY - libgrapheme - unicode string library
(HTM) git clone git://git.suckless.org/libgrapheme
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4e43b1bc0e0e50f883ed25b1e542828529006216
(DIR) parent ea1be565ad117a3e9846ae0e855d41021d94ee8a
(HTM) Author: Laslo Hunhold <dev@frign.de>
Date: Mon, 21 Nov 2022 12:34:22 +0100
Add "check" target to .PHONY
Thanks to Tom Schwindl for noticing this!
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -365,4 +365,4 @@ dist:
format:
clang-format -i grapheme.h $(BENCHMARK:=.c) benchmark/util.c benchmark/util.h $(GEN:=.c) gen/util.c gen/types.h gen/util.h $(SRC:=.c) src/util.h $(TEST:=.c) test/util.c test/util.h
-.PHONY: all benchmark test install uninstall clean clean-data dist format
+.PHONY: all benchmark check clean clean-data dist format install test uninstall