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