commit 4e43b1bc0e0e50f883ed25b1e542828529006216
parent ea1be565ad117a3e9846ae0e855d41021d94ee8a
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:
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/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