Skip to content

Commit

Permalink
Makefile switch back to rm -rf
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Yan1 authored and pvl-bot committed Oct 4, 2023
1 parent c367b6b commit eaaa816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build_terrain:
rm -r infinigen/terrain/*.egg-info
rm -r infinigen/terrain/__pycache__
rm -r infinigen/terrain/build
rm -rf infinigen/terrain/*.egg-info
rm -rf infinigen/terrain/__pycache__
rm -rf infinigen/terrain/build
bash infinigen/tools/install/compile_terrain.sh

build_custom_groundtruth:
Expand Down

0 comments on commit eaaa816

Please sign in to comment.