Added some help messages into Makefile
This commit is contained in:
parent
d8bc865619
commit
a5ab7652fa
2
Makefile
2
Makefile
@ -15,9 +15,11 @@ help:
|
||||
@echo ' test - run all tests'
|
||||
@echo ' test-unit - run unit tests'
|
||||
@echo ' test-integration - run integration tests'
|
||||
@echo ' test-integration-env - prepares integration test environment'
|
||||
@echo ' clean-integration-test - clean integration test environment'
|
||||
@echo ' clean - remove build directory and resetting .done flags'
|
||||
@echo ' deep_clean - clean + removing $(LOCAL_MIRROR) directory'
|
||||
@echo ' distclean - cleans deep_clean + clean-integration-test'
|
||||
|
||||
all: iso
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user