Gustavo Jose de Sousa
9 years ago
committed by
Randy Mackay
4 changed files with 6 additions and 10 deletions
@ -1,2 +1,2 @@ |
|||||||
BUILD_VEHICLE = rover
|
all: |
||||||
include ../Makefile.waf |
@$(MAKE) -C ../ -f Makefile.waf rover
|
||||||
|
@ -1,2 +1,2 @@ |
|||||||
BUILD_VEHICLE = copter
|
all: |
||||||
include ../Makefile.waf |
@$(MAKE) -C ../ -f Makefile.waf copter
|
||||||
|
@ -1,2 +1,2 @@ |
|||||||
BUILD_VEHICLE = plane
|
all: |
||||||
include ../Makefile.waf |
@$(MAKE) -C ../ -f Makefile.waf plane
|
||||||
|
Loading…
Reference in new issue