Skip to content

Commit

Permalink
add make clean shortcuts to partial access model rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 9, 2024
1 parent 71de82b commit cefd5d7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions model/01_access/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@ all: .make/qa
clean:
rm -Rf .make

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

clean_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

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

0 comments on commit cefd5d7

Please sign in to comment.