You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
316 B
13 lines
316 B
![]()
5 years ago
|
.PHONY: all setup clean run
|
||
|
|
||
|
BASETEST=../TEST-30-ISCSI
|
||
|
|
||
|
all:
|
||
|
@$(MAKE) NM=1 -s --no-print-directory -C $(BASETEST) all
|
||
|
setup:
|
||
|
@$(MAKE) NM=1 -s --no-print-directory -C $(BASETEST) setup
|
||
|
clean:
|
||
|
@$(MAKE) NM=1 -s --no-print-directory -C $(BASETEST) clean
|
||
|
run:
|
||
|
@$(MAKE) NM=1 -s --no-print-directory -C $(BASETEST) run
|