summaryrefslogtreecommitdiffstats
path: root/build_one.sh
blob: 2bb9bbb8bb6b80501d950c901eab0fbbd62c25f9 (plain)
1
2
3
4
5
6
7
#!/bin/sh
./update_bootloader_files.sh
if [ $# -gt 0 ] ; then
  drakclassic $*
else
  drakclassic --clean --all
fi