diff options
author | Danny Holman <dholman@gymli.org> | 2024-02-21 12:38:24 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2024-02-21 12:38:24 -0600 |
commit | ae9eeff0ce79def2c51e361acbdecdee7fc4ecb1 (patch) | |
tree | 97ec81dbf254078c1d21a8438d0403c1fe88528c /Makefile | |
parent | a19ae009f9f571d25a90aca5cc5e05d3c76e1aed (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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |