diff -r 79b516a3803d -r 76b7bd51d64a demos/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/Makefile Mon Dec 03 01:49:23 2007 +0100 @@ -0,0 +1,16 @@ +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: ; + +clean: ;