ALL := $(shell ls -d =*)

%:
	$(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true

gas: