Skip to content

Commit 9340cbf

Browse files
authored
507 makefile fixes (#612)
* Makefile updates Signed-off-by: Mihai Criveti <[email protected]> * Fix localpy port Signed-off-by: Mihai Criveti <[email protected]> * Fix shell-lint section Signed-off-by: Mihai Criveti <[email protected]> * Update FILES_TO_CLEAN Signed-off-by: Mihai Criveti <[email protected]> --------- Signed-off-by: Mihai Criveti <[email protected]>
1 parent ab125a6 commit 9340cbf

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

Makefile

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ FILES_TO_CLEAN := .coverage coverage.xml mcp.prof mcp.pstats \
3737
$(DOCS_DIR)/pstats.png \
3838
$(DOCS_DIR)/docs/test/sbom.md \
3939
$(DOCS_DIR)/docs/test/{unittest,full,index,test}.md \
40-
$(DOCS_DIR)/docs/images/coverage.svg $(LICENSES_MD) $(METRICS_MD) \
40+
$(DOCS_DIR)/docs/images/coverage.svg $(LICENSES_MD) $(METRICS_MD) \
4141
*.db *.sqlite *.sqlite3 mcp.db-journal *.py,cover \
42-
.depsorter_cache.json .depupdate.*
42+
.depsorter_cache.json .depupdate.* \
43+
grype-results.sarif devskim-results.sarif \
44+
*.tar.gz *.tar.bz2 *.tar.xz *.zip *.deb
4345

4446
COVERAGE_DIR ?= $(DOCS_DIR)/docs/coverage
4547
LICENSES_MD ?= $(DOCS_DIR)/docs/test/licenses.md
@@ -1186,15 +1188,6 @@ container-info:
11861188
@echo "Container File: $(CONTAINER_FILE)"
11871189
@echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
11881190

1189-
# container-build:
1190-
# @echo "🔨 Building with $(CONTAINER_RUNTIME)..."
1191-
# $(CONTAINER_RUNTIME) build \
1192-
# --platform=linux/amd64 \
1193-
# -f $(CONTAINER_FILE) \
1194-
# --tag $(IMAGE_BASE):$(IMAGE_TAG) \
1195-
# .
1196-
# @echo "✅ Built image: $(call get_image_name)"
1197-
11981191
# Auto-detect platform based on uname
11991192
PLATFORM ?= linux/$(shell uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
12001193

0 commit comments

Comments
 (0)