diff options
author | Christian Cunningham <cc@localhost> | 2021-11-07 16:25:36 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-11-07 16:25:36 -0700 |
commit | e2d6c3bdf075147f7c98e0e025d95e238ab2ff9d (patch) | |
tree | 920bb3bbbbf803fcdd048170a8d0cbcc9ad055d4 | |
parent | 3e8104ab13d257389a695e1db56ddc77c10a1bc8 (diff) |
Copy debug file to W10 folder
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ build/kernel.elf: ${A_OBJECTD} ${C_OBJECTD} ${CC} -T linker.ld -o $@ -ffreestanding -O2 -nostdlib $^ -lgcc export: build/kernel.list - cp build/kernel.elf /mnt/c/Local/ + cp build/kernel-g.elf /mnt/c/Local/ obj/%.o: src/%.S ${AS} ${AFLAGS} -g -c $< -o $@ |