mirror of
https://github.com/mi57730/a2d.git
synced 2024-11-26 02:49:18 +00:00
10 lines
111 B
Bash
Executable File
10 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Run this from the desktop directory
|
|
|
|
set -e
|
|
source "../res/util.sh"
|
|
|
|
#do_make clean
|
|
do_make all
|