From 3a74da253611d6c57f12ff8fb5903ddbf9539a2e Mon Sep 17 00:00:00 2001 From: Carl Allendorph Date: Fri, 13 Sep 2024 11:04:29 -0700 Subject: [PATCH] [Bugfix] Fixed `fetch-deps` I don't have `make` on Windows so I had to push something and fix it on OS-X. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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