Skip to content

Commit

Permalink
remove spaces added by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 10, 2024
1 parent 995fc35 commit 6af0ac9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions model/01_access/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ clean:
rm -Rf .make

clean_natural:
rm -f $(NATURAL_BARRIERS)
rm -f .make/model_access_*
rm -f $(NATURAL_BARRIERS)
rm -f .make/model_access_*

clean_access:
rm -f .make/model_access_*
rm -f .make/model_access_*

clean_anth:
rm -f .make/crossings
rm -f .make/dams
rm -f .make/pscis
rm -f $(ANTH_BARRIERS)
rm -f .make/index_crossings
rm -f .make/model_access
rm -f .make/model_access_prep
rm -f .make/crossings
rm -f .make/dams
rm -f .make/pscis
rm -f $(ANTH_BARRIERS)
rm -f .make/index_crossings
rm -f .make/model_access
rm -f .make/model_access_prep

# for access model processing that is per-watershed group, use just watershed groups noted in parameters file
# (for testing only)
Expand Down

0 comments on commit 6af0ac9

Please sign in to comment.