Automated-By: Claude Sonnet 4.6
@@ -0,0 +1,13 @@
PREFIX ?= $(HOME)/.local/bin
.PHONY: build install uninstall
build:
swift build -c release
install: build
install -d $(PREFIX)
install .build/release/CodeMapper $(PREFIX)/CodeMapper
uninstall:
rm -f $(PREFIX)/CodeMapper
The note is not visible to the blocked user.