Skip to content

Commit

Permalink
update deps target
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 3, 2024
1 parent 4379fce commit 70826a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
githooks: .git/hooks/pre-commit

.PHONY: deps
deps: githooks
deps: Utils/Sources/blst/lib/libblst.a

Utils/Sources/blst/lib/libblst.a:
./scripts/deps.sh

.PHONY: test
Expand All @@ -27,6 +29,7 @@ resolve: githooks
.PHONY: clean
clean:
./scripts/run.sh package clean
rm Utils/Sources/blst/lib/libblst.a

.PHONY: lint
lint: githooks
Expand Down

0 comments on commit 70826a9

Please sign in to comment.