smnorris / bcfishobs

Reference BC Known Fish Observations to the Freshwater Atlas stream network
Apache License 2.0
6 stars 2 forks source link

suggest a readme hint that rebuilding from older versions of repo should perhaps remove all targets #40

Closed NewGraphEnvironment closed 1 year ago

NewGraphEnvironment commented 1 year ago

Makes sense that a build of fiss_fish_obsrvtn_events_vw via sql/schema.sql does not happen with calls to

$ rm .make/fiss_fish_obsrvtn_pnt_sp
$ make

but it took me a while to clue into what was going on. Thinking that it wasn't there before because the tables in the db were dumped in from an older db before the upgrade to the view.

Does it make sense to add "for a full rebuild run:

rm -d -f .make

to the Makefile for the make white belts?