Skip to content

Commit f46301c

Browse files
authored
chore(clean)
Signed-off-by: Jesse Moses <90336421+Cre4T3Tiv3@users.noreply.github.com>
1 parent fad9312 commit f46301c

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

Makefile

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# ------------------------------------------------------------------------------
2+
# Copyright 2025 ByteStack Labs
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
# ------------------------------------------------------------------------------
16+
117
.PHONY: help install dev lint format test test-unit test-integration test-cli test-coverage clean version check-uv cli cli-complete check-path bootstrap completions-debug
218
.DEFAULT_GOAL := help
319

@@ -120,4 +136,4 @@ clean: ## 🧹 Remove cache and temp files
120136
rm -rf .ruff_cache .pytest_cache .coverage dist/ build/ $(VENV_DIR)
121137

122138
check-path: ## 🧪 Print current PYTHONPATH for debugging
123-
@echo "$(CYAN)PYTHONPATH is:$(NC) $(PYTHONPATH)"
139+
@echo "$(CYAN)PYTHONPATH is:$(NC) $(PYTHONPATH)"

0 commit comments

Comments
 (0)