David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
6c9321d
Branches
Tags
c++11
main
start
testcode.git
build
first commit
David Blume
commited
6c9321d
at 2015-11-07 22:13:58
build
Blame
History
Raw
#!/bin/bash # This helps Sublime set the current directory DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) pushd $DIR make all 2>&1 | ./make_path_helper popd