erplibre/script/make.sh
Mathieu Benoit 6002309a68 [ADD] makefile generate code generation other and i18n
- clean test to stash git before copying data
- prettier_xml.sh in format
2021-06-27 00:36:52 -04:00

4 lines
83 B
Bash
Executable file

#!/usr/bin/env bash
echo "==$&%== Begin ${@}"
time make $@
echo "==$&%== End ${@}"