aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 832bde97d7b4a059ca9d5c4cf7f09652d766adaf (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS := client robot

all clean format compile_commands: $(SUBDIRS) FORCE

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

FORCE:

docs:
	doxygen