From b74e8231d2703d4a89bf8a6af55ea7e38e5dc83d Mon Sep 17 00:00:00 2001 From: Yuanyuan Chen Date: Thu, 4 Dec 2025 23:20:20 +0000 Subject: [PATCH] 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 --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Makefile b/Makefile index 3db2b7aa44e..9791630a881 100644 --- a/Makefile +++ b/Makefile @@ -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