Fixed distclean description
This commit is contained in:
parent
a72b7a429a
commit
64c4300fc4
2
Makefile
2
Makefile
|
@ -127,7 +127,7 @@ help:
|
|||
@echo Usage:
|
||||
@echo make - builds all modules
|
||||
@echo make clean - delete built modules and object files
|
||||
@echo make distclean - delete all other unnecessary file for a pristine dist
|
||||
@echo make distclean - clean plus deletion all other non-repository files
|
||||
@echo make install - install binaries into the official directories
|
||||
@echo make uninstall - uninstall binaries from the official directories
|
||||
@echo make help - prints this help
|
||||
|
|
Loading…
Reference in New Issue