moved over the polyfiller code and implemented blending
[bootcensus] / Makefile
index 7f4b7e9..2a0ad5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ ssrc = $(wildcard src/*.s) $(wildcard src/libc/*.s) $(wildcard src/boot/*.s) $(w
 Ssrc = $(wildcard src/*.S)
 obj = $(csrc:.c=.o) $(ssrc:.s=.o) $(Ssrc:.S=.o)
 dep = $(obj:.o=.d)
-elf = bcensus.elf
+elf = bcensus
 bin = bcensus.bin
 
 warn = -pedantic -Wall