Skip to content

Commit

Permalink
Merge pull request plasma-umass#510 from SnoopJ/bugfix/clear-vendor-o…
Browse files Browse the repository at this point in the history
…n-GNU

Add and use clear-vendor-dirs target to prevent stale vendored deps (closes plasma-umass#509)
  • Loading branch information
emeryberger authored Dec 10, 2022
2 parents cd953be + 662f26b commit 4f28848
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ vendor/printf/printf.cpp:
cd vendor/printf && ln -s printf.c printf.cpp
sed $(SED_INPLACE) -e 's/^#define printf printf_/\/\/&/' vendor/printf/printf.h

clear-vendor-dirs:
rm -fr vendor/

vendor/crdp:
mkdir -p vendor && cd vendor && git clone https://github.com/plasma-umass/crdp

vendor-deps: 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 4f28848

Please sign in to comment.