aboutsummaryrefslogtreecommitdiff
path: root/libgui/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-02-22 23:23:08 +0100
committerMarvin Borner2021-02-22 23:23:08 +0100
commit53679300c7a20dc21f96b1e502585204b36eda35 (patch)
treefb50e5f881f90fd8915baf2af4a1e4ce679c126f /libgui/Makefile
parent4c527e07fff9ed0a1eb0f34f1abd943706a0dba1 (diff)
Started new frontend lib
Diffstat (limited to 'libgui/Makefile')
-rw-r--r--libgui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgui/Makefile b/libgui/Makefile
index cb02fed..b37bc3b 100644
--- a/libgui/Makefile
+++ b/libgui/Makefile
@@ -4,6 +4,7 @@ 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