diff options
Diffstat (limited to 'gas/GNUmakefile-host')
-rwxr-xr-x | gas/GNUmakefile-host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/GNUmakefile-host b/gas/GNUmakefile-host new file mode 100755 index 0000000..386c869 --- /dev/null +++ b/gas/GNUmakefile-host @@ -0,0 +1,6 @@ +ALL := $(shell ls -d =*) + +%: + $(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true + +gas: |