From 66f2ca62469eba4b46e1f19f54dde9476b08d956 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 30 Apr 2021 09:31:30 +0200 Subject: Debug interrupts, allow to show bmp images --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e4b2a82..486b8f2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -25,6 +25,9 @@ $(EXEC): boot/boot.o $(BOOT_OBJ) $(DRIVERS_OBJ) $(LIBS_OBJ) $(CORE_OBJ) $(RES_OB %.o: %.psf objcopy -I binary -O elf64-x86-64 --prefix-symbol res $^ $@ +%.o: %.bmp + objcopy -I binary -O elf64-x86-64 --prefix-symbol res $^ $@ + clean: rm -f $(EXEC) find ./ -name "*.o" -delete -- cgit v1.2.3