SUBDIRS=x86 .PHONY: subdirs $(SUBDIRS) subdirs: $(SUBDIRS) $(SUBDIRS):: $(MAKE) -C $@ $(MAKECMDGOALS) all clean install: $(SUBDIRS)