diff --git a/Makefile b/Makefile index dce0aa9..9419a86 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGETS = robot base_station +TARGETS = common robot base_station all: $(foreach var,$(TARGETS),cd $(var) && make && cd ..;)