Created
June 18, 2015 18:27
-
-
Save pb-cdunn/781ba7f07c6a39b20103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project := pbdagcon | |
sha := 70b4ecfa5b0ded0b0d2454c1d46895f618c82a02 | |
github_root_uri := https://github.com/Pacificbiosciences | |
src_clone_uri := ${github_root_uri}/${project}.git | |
build: | project-clone | |
cd project-clone; ${MAKE} project | |
project-clone: | |
git checkout --depth=0 ${src_clone_uri} $@ | |
In pbadagcon/makefile:: | |
project: | |
git submodule update --init | |
cd blasr_libcpp; ${MAKE} | |
${MAKE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment