Skip to content

Commit

Permalink
fix: Makefile target name
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Sep 26, 2024
1 parent 41bfab2 commit 8b1a355
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 @@ -64,7 +64,7 @@ format: ## Format code

tidy: ## Check clang-tidy
@echo "Checking includes.."
$(MAKE) -C app includecheck
$(MAKE) -C app tidy
@echo "Done."

clean: ## Clean up
Expand Down

0 comments on commit 8b1a355

Please sign in to comment.