Skip to content

Commit

Permalink
update makefile (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTheGreek authored Jan 8, 2020
1 parent 0d29569 commit 1576674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clean:
lint: clean
cargo fmt
cargo clippy -- -D warnings
./scripts/add_license.sh

build:
cargo build
Expand All @@ -35,4 +36,4 @@ test:
license:
./scripts/add_license.sh

.PHONY: clean clean-all lint build release test license
.PHONY: clean clean-all lint build release test license

0 comments on commit 1576674

Please sign in to comment.