:

# Use this script if /dev/dsp is not present on the target system.
# Output is still possible to a file or pipe.
#
# -DNO_ANSI_TTY is also included here to use ^M to redraw lines,
# rather than using ANSI sequences

CC='cc -DNO_DEV_DSP -DNO_ANSI_TTY -Wall -O3 -s -lm'

$CC sbagen.c -o sbagen || exit 1

