Skip to content
Snippets Groups Projects
Commit c3ffa3c5 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Updated build rule of Makefile to use buildout recipe.

parent c6cfc42e
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@ metadata:
.PHONY: build
build:
pushd metadata; for package in *; do conda build $${package}; done; popd
buildout parts=build_packages name=all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment