ezpp-oppai-ap/test/build

9 lines
129 B
Plaintext
Raw Normal View History

2021-06-25 18:26:13 +00:00
#!/bin/sh
dir="$(dirname "$0")"
. "$dir"/../cflags
$cc $cflags ${@:--DOPPAI_IMPLEMENTATION} \
test.c $ldflags -o oppai_test