mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-29 22:49:28 +00:00
10 lines
112 B
Bash
10 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run this from the desk.acc directory
|
||
|
|
||
|
set -e
|
||
|
source "../res/util.sh"
|
||
|
|
||
|
#do_make clean
|
||
|
do_make all
|