summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-02-21 12:38:24 -0600
committerDanny Holman <dholman@gymli.org>2024-02-21 12:38:24 -0600
commitae9eeff0ce79def2c51e361acbdecdee7fc4ecb1 (patch)
tree97ec81dbf254078c1d21a8438d0403c1fe88528c /Makefile
parenta19ae009f9f571d25a90aca5cc5e05d3c76e1aed (diff)
README: update copyright line
Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 175adb5..5db0d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -80,9 +80,9 @@ install-disk: $(KERNEL)
bximage -q -func=create -fd=1.44M a.img
mkdosfs a.img
syslinux -i a.img
- mcopy -i a.img libcom32.c32 ::libcom32.c32
- mcopy -i a.img mboot.c32 ::mboot.c32
- mcopy -i a.img syslinux.cfg ::syslinux.cfg
+ mcopy -i a.img img/libcom32.c32 ::libcom32.c32
+ mcopy -i a.img img/mboot.c32 ::mboot.c32
+ mcopy -i a.img img/syslinux.cfg ::syslinux.cfg
mcopy -i a.img vmbox ::vmbox
run: $(KERNEL)