dreamcast-opengl/.vscode/kos_make.sh

8 lines
102 B
Bash

#!/bin/bash
#set the KOS environtment variables
source /opt/toolchains/dc/kos/environ.sh
make
exit