Notice
This commit is contained in:
parent
715274396f
commit
1475043cbd
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -5,6 +5,8 @@ MAKE = exec make -$(MAKEFLAGS)
|
||||||
usage:
|
usage:
|
||||||
@echo "" >&2
|
@echo "" >&2
|
||||||
@echo "Master Makefile for MINIX commands and utilities." >&2
|
@echo "Master Makefile for MINIX commands and utilities." >&2
|
||||||
|
@echo "Root privileges are required for some actions." >&2
|
||||||
|
@echo "" >&2
|
||||||
@echo "Usage:" >&2
|
@echo "Usage:" >&2
|
||||||
@echo " make world # Compile everything (libraries & commands)" >&2
|
@echo " make world # Compile everything (libraries & commands)" >&2
|
||||||
@echo " make includes # Install include files from src/" >&2
|
@echo " make includes # Install include files from src/" >&2
|
||||||
|
|
Loading…
Reference in a new issue