index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-12-20 22:28:06.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-12-20 22:28:06.0 +00:00:00
commit
b944050935deebe0ce58d7d1ad8ce8367a592bb5 [patch]
tree
f1c597daae13e0be92dcc1a798d6279aa4ddd279
parent
4712b9cc3bc47cf5f87af6bcf8d989181d12004d
download
b944050935deebe0ce58d7d1ad8ce8367a592bb5.tar.gz

feat: add make fmt task



Diff

 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 485b630..4c1e3a2 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,11 @@ test:
	@cargo test
.PHONY: test

fmt:
	@cargo fix --edition
	@cargo fmt --all
.PHONY: fmt

docker.image.alpine:
	@docker build \
		--rm=true -f ./docker/alpine/Dockerfile \