commit 4e43b1bc0e0e50f883ed25b1e542828529006216
Author: Laslo Hunhold <[email protected]>
AuthorDate: Mon Nov 21 12:34:22 2022 +0100
Commit: Laslo Hunhold <[email protected]>
CommitDate: Mon Nov 21 12:34:22 2022 +0100
Add "check" target to .PHONY
Thanks to Tom Schwindl for noticing this!
diff --git a/Makefile b/Makefile
index 93e0ce3..a9b99f1 100644
--- 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