Add a ./build convenience function for building with a log file
This commit is contained in:
3
site_ansto/build
Executable file
3
site_ansto/build
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
#/usr/bin/time make --debug=b all 2>&1 | tee ${HOME}/build.log
|
||||
/usr/bin/time make all 2>&1 | tee ${HOME}/build.log
|
Reference in New Issue
Block a user