diff --git a/Makefile b/Makefile index 577b901e..db52f2d4 100644 --- a/Makefile +++ b/Makefile @@ -59,11 +59,11 @@ FILLETS_NAME=jsl/landpatterns/leads/lead-fillets-table $(FILLETS): $(FILLETS_CSV) tabgen $(TABGEN) generate $(FILLETS_CSV) -f $@ -pkg-name $(FILLETS_NAME) -force +# This forces SLM to fetch the dependencies +# it will fail - but we don't care as longs as the +# deps get fetched. fetch-deps: - # This forces SLM to fetch the dependencies - # it will fail - but we don't care as longs as the - # deps get fetched. - -$(SLM) build fetch-deps + -$(SLM) build fetch-deps .PHONY: tests tests: fetch-deps