summaryrefslogtreecommitdiff
path: root/makefile
blob: 7795106d965e1464497af5bc4cccf25de34c720b (plain)
1
2
3
4
5
6
7
8
SUBDIRS := client robot

all clean format compile_commands: $(SUBDIRS) FORCE

$(SUBDIRS): FORCE
	$(MAKE) -C $@ $(MAKECMDGOALS)

FORCE: