diff --git a/Makefile b/Makefile index b5cb30308319..c1b2a7c33fca 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ clean: lint: clean cargo fmt cargo clippy -- -D warnings + ./scripts/add_license.sh build: cargo build @@ -35,4 +36,4 @@ test: license: ./scripts/add_license.sh -.PHONY: clean clean-all lint build release test license \ No newline at end of file +.PHONY: clean clean-all lint build release test license