Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker.Makefile: fix phony targets (pytorch#82941)
### Description Updated phony targets in `docker.Makefile` to refer to the `make` target called directly after `.PHONY` declarations. This was probably the author's intention. ### Issue None - this is a simple fix. ### Testing * Ran `make -f docker.Makefile devel-push` * Ran `make -f docker.Makefile runtime-push` Pull Request resolved: pytorch#82941 Approved by: https://github.com/kit1980
- Loading branch information