all:
	$(GCLIB_MAKE) -C hello
	$(GCLIB_MAKE) -C soundtest

clean:
	$(GCLIB_MAKE) -C hello clean
	$(GCLIB_MAKE) -C soundtest clean
		

