Skip to content

Commit

Permalink
[Bugfix] Fixed fetch-deps
Browse files Browse the repository at this point in the history
I don't have `make` on Windows so I had to push something
and fix it on OS-X.
  • Loading branch information
callendorph committed Sep 13, 2024
1 parent 97dee62 commit 3a74da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a74da2

Please sign in to comment.