diff options
author | Marvin Borner | 2020-08-26 15:07:01 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-26 15:07:01 +0200 |
commit | ae31470ce5d666981ab1fe50cb2b4b38ca4b113f (patch) | |
tree | 2a0106921a4fd6e2b7854bba949a4fa16c6b992e /libgui/Makefile | |
parent | db64897e79c92f7655fde53564e264d8c42dcd41 (diff) |
Some optimizations and window moving
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 |