pyrit_verbosity: new variable for controlling amount of output, see common.h
fix Makefile dependencies for raytracer_module
fix bad view in buddha.py caused by last commit
ifndef $(ROOT)
ROOT=$(shell pwd)/..
endif
all: ModulePath reqs models
ModulePath:
echo "$(ROOT)/bin/python-module" > ModulePath
reqs:
$(MAKE) -C .. libs-float python-module
models:
$(MAKE) -C .. models
clean: ;