# Makes the BIFS applications:
#	b2t (Binary to Text)
#	t2b (Text to Binary)
# (Audio Composition only reads BIFS scenes in binary format)

egcc b2t.c t2b.c -w -c
eg++ b2t.o -lm -o b2t
eg++ t2b.o -lm -o t2b
 
