Add "check" target to .PHONY - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 4e43b1bc0e0e50f883ed25b1e542828529006216 | |
parent ea1be565ad117a3e9846ae0e855d41021d94ee8a | |
Author: Laslo Hunhold <[email protected]> | |
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(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -365,4 +365,4 @@ dist: | |
format: | |
clang-format -i grapheme.h $(BENCHMARK:=.c) benchmark/util.c benchmark… | |
-.PHONY: all benchmark test install uninstall clean clean-data dist format | |
+.PHONY: all benchmark check clean clean-data dist format install test uninstall |