Add buildifier command to makefile
diff --git a/Makefile b/Makefile
index 6af5b5c..c17d39c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,11 @@
 	rm available_tests.txt; \
 
 
+# Apply buildifier
+buildifier:
+	go run github.com/bazelbuild/buildtools/buildifier -r .
+
+
 # Run cargo raze on the rust dependencies
 .PHONY: rust_raze
 rust_raze: