Correct clean_build command according to Makefile

The Makefile's command to clean only the tinyipa ramdisk build
is `make clean_build`, adjust the name according to the Makefile.

Change-Id: Icb9f2b7213de4be1eda71d92150f76e5efd72887
This commit is contained in:
Candy Tsai 2019-03-12 00:26:36 +08:00
parent a3c60ce587
commit 65e7fca3dd
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ For cleaning up just the iso or just the ramdisk build::
or::
make clean_tinyipa
make clean_build
Advanced options
----------------