Include common lib in base Makefile

This commit is contained in:
Rihards Skuja 2018-01-20 22:57:28 +02:00
parent 0d28903b2c
commit 028d844272
No known key found for this signature in database
GPG Key ID: 53FA13A3F7F8571B

View File

@ -1,4 +1,4 @@
TARGETS = robot base_station
TARGETS = common robot base_station
all:
$(foreach var,$(TARGETS),cd $(var) && make && cd ..;)