all:
	$(MAKE) -C modules
	$(MAKE) -C scripts

install:
	$(MAKE) -C modules install
	$(MAKE) -C scripts install
