more explicit intermediate steps

This commit is contained in:
2021-05-19 22:57:46 +03:00
committed by Motiejus Jakštys
parent 8b94a7ba99
commit e78250df49
4 changed files with 21 additions and 14 deletions

View File

@@ -9,6 +9,10 @@ test: tests.sql .faux.db
test-integration: .faux_filter-rivers
./db -f tests-integration.sql
clean:
-./db stop
-rm .faux_filter-rivers .faux_import-osm .faux.db
.faux_filter-rivers: .faux_import-osm
./db -v where="$(WHERE)" -f aggregate-rivers.sql
touch $@