a2d/desktop/res/go.sh

10 lines
111 B
Bash
Raw Normal View History

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