Skip to content

Commit

Permalink
Force ordering of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Dec 21, 2023
1 parent a015d15 commit d47b001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ clear-vendor-dirs:
vendor/crdp:
mkdir -p vendor && cd vendor && git clone https://github.com/plasma-umass/crdp

vendor-deps: clear-vendor-dirs vendor/Heap-Layers vendor/printf/printf.cpp vendor/crdp
vendor-deps: | clear-vendor-dirs vendor/Heap-Layers vendor/printf/printf.cpp vendor/crdp

mypy:
-mypy $(PYTHON_SOURCES)
Expand Down

0 comments on commit d47b001

Please sign in to comment.