1 2 3 4 5 6 7 8
SUBDIRS := client robot all clean format compile_commands: $(SUBDIRS) FORCE $(SUBDIRS): FORCE $(MAKE) -C $@ $(MAKECMDGOALS) FORCE: