Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 29, 2023
1 parent 24b04e0 commit b443407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ format-check: ## Checks if format is correct
fmt format: ## Formats code
$(DUNE) build @fmt --auto-promote

.PHONY: init
.PHONY: setup-githooks
setup-githooks: ## Setup githooks
@git config core.hooksPath .githooks

Expand Down

0 comments on commit b443407

Please sign in to comment.