diff --git a/Makefile b/Makefile
index 9c43952ccae82938e0eed1395df73e7ed9c0277d..74554d5a7840414982e026dab7d7aaf990d378c6 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ test:
 	cargo test
 
 lint:
+	cargo fmt --all -- --check
 	cargo clippy -- -Dclippy::all -Wclippy::pedantic
 
 build_test_app: