aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-22 15:58:35 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-11-22 16:09:53 +0100
commit573a8c6b490a080cf728cdcb11e5a14ddf50556d (patch)
tree1352f00980494065ff1b2bc14b6f94c3341ea85b /Makefile
parentdcda5731ecbbce70edeaa7662e9ea0fc190a1943 (diff)
downloadfbos-573a8c6b490a.tar.gz
fbos-573a8c6b490a.zip
usr: Rename foo/bar to fizz/buzz
When creating the user space binaries I forgot about their proper names, which is funny on its own. Anyways, let's get them the name they were intended. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com> alksjdlkajd Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d8bc44..a9c0223 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ SRC = $(filter-out kernel/fbos.ld.S, $(wildcard kernel/*.S kernel/*.c lib/*.c
OBJ = $(patsubst %.c,%.o,$(patsubst %.S,%.o,$(SRC)))
LINKER = kernel/fbos.ld
KRNL = fbos
-USR = usr/bin/foo usr/bin/bar usr/bin/foobar
+USR = usr/bin/fizz usr/bin/buzz usr/bin/fizzbuzz
INIT = usr/initramfs.cpio
TESTS = test/test_dt test/test_initrd