all:
	cd python
	make
	cd ../parser
	make
	cd ../objects
	make
	cd ../modules
	make
