Add a ./build convenience function for building with a log file

This commit is contained in:
Douglas Clowes
2014-10-15 12:21:22 +11:00
parent 2820cc3c68
commit d7d8204dc0

3
site_ansto/build Executable file
View 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