From 028d844272a064bb90e97369bd08d89d6fa34ec2 Mon Sep 17 00:00:00 2001 From: Rihards Skuja Date: Sat, 20 Jan 2018 22:57:28 +0200 Subject: [PATCH] Include common lib in base Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..;)