motiejus/wm

Wang–Müller line generalization algorithm in PostGIS
git clone https://git.jakstys.lt/motiejus/wm.git
Log | Tree | Refs | README | LICENSE

commit 3ea5ad44dc48923dc1329a1cf99fdf00ff13daae (tree)
parent 0c1ff66ed1daabae2fe6cd6362fc969c644c4837
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue,  1 Jun 2021 20:24:37 +0300

more robust make clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -374,7 +374,7 @@ clean: ## Clean the current working directory -bash db stop -rm -r .faux_test .faux_aggregate-rivers .faux_test-rivers .faux_visuals \ .faux_db .faux_db_pre version.inc.tex vars.inc.tex version.aux \ - version.fdb_latexmk _minted-mj-msc .tmp \ + version.fdb_latexmk _minted-* .tmp \ $(shell git ls-files -o mj-msc*) \ $(shell git ls-files -o slides-2021-06-02*) \ $(addsuffix .pdf,$(FIGURES) $(FIGURES_SLIDES)) \