Cleanup build scripts and make message get file/line info from main body

This commit is contained in:
2021-02-25 21:42:29 -06:00
parent a05bd9537b
commit 8160055aa1
4 changed files with 11 additions and 7 deletions

View File

@@ -33,6 +33,9 @@ test:
run: install
./dist/current/bin/bullock
gdb: install
gdb --args ./dist/current/bin/bullock
devenv-image:
docker build . -t ${DEVENV_IMAGE}
devenv-create: