diff options
author | Marvin Borner | 2021-02-17 22:13:59 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-18 18:03:43 +0100 |
commit | e28ea65105c4afd3a3dea7d050b392565d15120d (patch) | |
tree | f3c1eaf8c4da5d71893355db1779d73d98f68d2f /libgui/Makefile | |
parent | b32cb0a22db893c106cb86ca0f1178d5da05b551 (diff) |
Started GUI rewrite
It's a mess right now..
Diffstat (limited to 'libgui/Makefile')
-rw-r--r-- | libgui/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgui/Makefile b/libgui/Makefile index b37bc3b..cb02fed 100644 --- a/libgui/Makefile +++ b/libgui/Makefile @@ -4,7 +4,6 @@ COBJS = psf.o \ bmp.o \ png.o \ gfx.o \ - gui.o \ msg.o CC = ccache ../cross/opt/bin/i686-elf-gcc LD = ccache ../cross/opt/bin/i686-elf-ld |