aboutsummaryrefslogtreecommitdiff
path: root/libgui/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-02-17 22:13:59 +0100
committerMarvin Borner2021-02-18 18:03:43 +0100
commite28ea65105c4afd3a3dea7d050b392565d15120d (patch)
treef3c1eaf8c4da5d71893355db1779d73d98f68d2f /libgui/Makefile
parentb32cb0a22db893c106cb86ca0f1178d5da05b551 (diff)
Started GUI rewrite
It's a mess right now..
Diffstat (limited to 'libgui/Makefile')
-rw-r--r--libgui/Makefile1
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