mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
7 lines
111 B
Bash
7 lines
111 B
Bash
#! /bin/sh
|
|
|
|
kos_dir=/opt/toolchains/dc/kos
|
|
. ${kos_dir}/environ.sh
|
|
|
|
make -f Makefile.dc KOS_WRAPPERS_VERBOSE=1
|