Fix Makefile. Change lint to check

This commit is contained in:
John Bampton
2022-09-17 23:23:35 +10:00
parent a9d0e9a412
commit d0ba1fb3ca
+1 -1
View File
@@ -16,4 +16,4 @@ clean :
check :
pre-commit run --all-files
.PHONY : lint
.PHONY : check