mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-12-22 05:29:54 +00:00
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Run this from the ram.drv.system directory
|
|
|
|
set -e
|
|
source "res/util.sh"
|
|
|
|
#do_make clean
|
|
do_make all
|