From c2cccf6f2ef4f6f8c828074e68be2d95255a89b5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 23 Aug 2020 15:49:22 +0200 Subject: Added bmp loading and other stuff --- libgui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libgui/Makefile') diff --git a/libgui/Makefile b/libgui/Makefile index bcd2016..2638cb0 100644 --- a/libgui/Makefile +++ b/libgui/Makefile @@ -2,6 +2,7 @@ COBJS = vesa.o \ psf.o \ + bmp.o \ gui.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld -- cgit v1.2.3