diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-09 22:34:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 22:34:00 -0600 |
| commit | d04ce46573190094db12752141dc99deee299371 (patch) | |
| tree | 22a3d3cabcd594c64738a958b1c907b88fc60871 /tools | |
| parent | ad495221f7d26f51bba379e7e8f6baf877228ef1 (diff) | |
Torchfix (#601)
* Update Makefile
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 9dad1694c..5b68007d5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -39,7 +39,7 @@ torch: # Remove generated files clean: $(RM) $(PROGRAMS) - $(RM) -rf torch/cmake-build-release + $(RM) -rf torch/build-cmake |
