mirror of
https://github.com/mi57730/a2d.git
synced 2025-03-01 13:29:36 +00:00
10 lines
114 B
Bash
10 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run this from the ram.system directory
|
||
|
|
||
|
set -e
|
||
|
source "../res/util.sh"
|
||
|
|
||
|
#do_make clean
|
||
|
do_make all
|