diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 09:31:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-30 09:31:30 +0200 |
| commit | 66f2ca62469eba4b46e1f19f54dde9476b08d956 (patch) | |
| tree | 0a419a62a6af21c593e9f6b0d632b5953bc58721 /src/Makefile | |
| parent | 717556178c2017e374ee1108e6b25a24507a1dde (diff) | |
Debug interrupts, allow to show bmp images
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
