1:
2
3# Use this script if /dev/dsp is not present on the target system.
4# Output is still possible to a file or pipe.
5
6CC='cc -DT_POSIX -Wall -O3 -s -lm'
7
8$CC sbagen.c -o sbagen || exit 1
9
10