aboutsummaryrefslogtreecommitdiff
path: root/gas/GNUmakefile-host
blob: 386c869b3a487e5b4da6192cce94f681c59d3015 (plain)
1
2
3
4
5
6
ALL := $(shell ls -d =*)

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

gas: