[build] fix build makefile target path

The `build` Makefile target attempted to place the generated artifact in
`/build`, where it should have used a local directory instead.  This
commit makes the directory configurable using the `OUT_DIR` argument,
and defaults it to ./_output
This commit is contained in:
Solly Ross 2017-06-26 15:15:39 -04:00
parent 6f4f0ea2f9
commit 3618aafca4
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
*.swp
*~
vendor
./adapter
_output