diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-23 11:24:37 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-23 11:24:37 -0400 |
commit | ad5524398e8ba26509a8dbb7f344417db3a6702e (patch) | |
tree | 73e4db20208371854689a075741803ce54ac2646 /src/Makefile | |
parent | 21711670544d3c8b852e978565081b8bb34f68c6 (diff) |
build: Use silent builds in toplevel Makefile
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index ef157eb..14ad368 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,5 @@ +.SILENT: + TARGET = amd64 KBIN = sys/l5 SHIMDIR = shim |