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