WIP: makefile: fixx relative paths

This commit is contained in:
2017-08-05 11:12:45 -07:00
parent be4b876955
commit 2532bc077f
2 changed files with 20 additions and 8 deletions

2
configure vendored
View File

@@ -6,7 +6,7 @@ MAKEFILE=Makefile
debug="no"
coverage="no"
release="no"
output_dir=$(pwd)
output_dir="."
proj_dir=$(dirname "$BASH_SOURCE")
for arg in $@; do