Skip to content

Instantly share code, notes, and snippets.

@pb-cdunn
Created June 18, 2015 18:27
Show Gist options
  • Save pb-cdunn/781ba7f07c6a39b20103 to your computer and use it in GitHub Desktop.
Save pb-cdunn/781ba7f07c6a39b20103 to your computer and use it in GitHub Desktop.
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