# Instructions for making/compiling the BSP-tree code
# as appearing throughout "A Walk Through BSP Trees",
# in _Graphics Gems V_, pages 121-138.

$ rm *.o
$ make -f bsp.make
$ bsp foo.dat
