Merge branch 'misc'

This commit is contained in:
Rihards Skuja 2018-01-20 22:58:24 +02:00
commit d868c08df3
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 ..;)