7 lines
123 B
Plaintext
Raw Normal View History

2021-04-23 13:31:43 +02:00
#!/bin/sh
dir="$(dirname "$0")"
. "$dir"/cflags
$cc $cflags "$@" -DOPPAI_IMPLEMENTATION main.c oppai.c $ldflags -o oppai