Skip to content

Commit

Permalink
Add 'make error'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdots committed Dec 18, 2024
1 parent 7d0f6d8 commit 4945e95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,7 @@ r: ## Combine tree, make all, git log, and codestate outputs with separators
tree --gitignore; \
echo -e "\n=== Check Output ==="; \
make check; \
} 2>&1 | $(COPY_TO_CLIPBOARD)
} 2>&1 | $(COPY_TO_CLIPBOARD)

error: ## Run an erroneous command for test purposes.
error
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-server-make"
version = "0.1.10"
version = "0.2.0"
description = "A Model Context Protocol server providing access to make functionality"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4945e95

Please sign in to comment.