diff options
Diffstat (limited to 'libgui/Makefile')
-rw-r--r-- | libgui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgui/Makefile b/libgui/Makefile index 2638cb0..d1f820f 100644 --- a/libgui/Makefile +++ b/libgui/Makefile @@ -1,7 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = vesa.o \ - psf.o \ +COBJS = psf.o \ bmp.o \ gui.o CC = ../cross/opt/bin/i686-elf-gcc |