a2d/desktop/res/go.sh

10 lines
111 B
Bash
Raw Normal View History

2018-02-01 10:00:17 -08:00
#!/bin/bash
2018-11-25 21:16:39 -08:00
# Run this from the desktop directory
2018-02-19 10:53:58 -08:00
2018-11-25 21:16:39 -08:00
set -e
source "../res/util.sh"
2018-02-01 10:00:17 -08:00
#do_make clean
do_make all