BizHawk/waterbox/ares64/make-both.sh

6 lines
77 B
Bash
Executable File

#!/bin/sh
set -e
make -f interpreter.mak $1 -j
make -f recompiler.mak $1 -j