Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3343 | Rev 3742 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | # 02111-1307, USA. |
21 | # 02111-1307, USA. |
| 22 | # |
22 | # |
| 23 | 23 | ||
| 24 | include Make.defaults |
24 | include Make.defaults |
| 25 | 25 | ||
| 26 | SUBDIRS = lib gnuefi inc apps |
26 | SUBDIRS = lib gnuefi inc |
| 27 | 27 | ||
| 28 | all: check_gcc $(SUBDIRS) |
28 | all: check_gcc $(SUBDIRS) |
| 29 | 29 | ||
| 30 | $(SUBDIRS): |
30 | $(SUBDIRS): |
| 31 | $(MAKE) -C $@ |
31 | $(MAKE) -C $@ |