Remove outdated Makefile targets (#164679)

The build scripts of these targets are inexistent.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164679
Approved by: https://github.com/XuehaiPan, https://github.com/albanD
This commit is contained in:
Yuanyuan Chen
2025-12-04 23:20:20 +00:00
committed by PyTorch MergeBot
parent 5a9322c076
commit b74e8231d2

View File

@@ -11,18 +11,6 @@ all:
@cmake -S . -B build $(shell $(PYTHON) ./scripts/get_python_cmake_flags.py) && \
cmake --build build --parallel --
.PHONY: local
local:
@./scripts/build_local.sh
.PHONY: android
android:
@./scripts/build_android.sh
.PHONY: ios
ios:
@./scripts/build_ios.sh
.PHONY: triton
triton:
$(PIP) uninstall -y triton