aboutsummaryrefslogtreecommitdiff
path: root/libgui/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-02-14 17:07:29 +0100
committerMarvin Borner2021-02-14 17:07:29 +0100
commit1287f9dfe987f0456e4fb0741385d5f0278ef53b (patch)
tree64d3da484a4d186a725779f20d339432d51f441a /libgui/Makefile
parentbc4e62f629a392e1a4cf204665e91c57f4e619b2 (diff)
Message waiting and more!
Diffstat (limited to 'libgui/Makefile')
-rw-r--r--libgui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgui/Makefile b/libgui/Makefile
index dc254d3..b37bc3b 100644
--- a/libgui/Makefile
+++ b/libgui/Makefile
@@ -4,7 +4,8 @@ COBJS = psf.o \
bmp.o \
png.o \
gfx.o \
- gui.o
+ gui.o \
+ msg.o
CC = ccache ../cross/opt/bin/i686-elf-gcc
LD = ccache ../cross/opt/bin/i686-elf-ld
AR = ccache ../cross/opt/bin/i686-elf-ar