aboutsummaryrefslogtreecommitdiff
path: root/gas/GNUmakefile-host
diff options
context:
space:
mode:
Diffstat (limited to 'gas/GNUmakefile-host')
-rwxr-xr-xgas/GNUmakefile-host6
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: