]>
Git Repo - binutils.git/blame_incremental - gas/GNUmakefile-host
... / ...
Commit | Line | Data |
| 1 | ALL := $(shell ls -d =*) |
| 2 | |
| 3 | %: |
| 4 | $(foreach subdir,$(ALL),$(MAKE) -C $(subdir) $@ &&) true |
| 5 | |
| 6 | gas: |
This page took 0.018193 seconds and 4 git commands to generate.