aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-11-02 21:19:46 +0100
committerMarvin Borner2020-11-02 21:19:46 +0100
commitf5764042751c94598e8d8dfd7a9f9cd0efe57f37 (patch)
treeb89af24982117733ebbce4a166d799dff12e6ad9 /apps/Makefile
parent7099f31ccd88bd2afa3ca5fb52610ef1b3206c5e (diff)
Ported c4 compiler (kinda working!)
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 28e447a..2f6f430 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -1,6 +1,6 @@
# MIT License, Copyright (c) 2020 Marvin Borner
-COBJS = init.o wm.o mandelbrot.o window.o exec.o files.o test.o
+COBJS = init.o wm.o mandelbrot.o window.o exec.o files.o test.o cc.o
CC = ccache ../cross/opt/bin/i686-elf-gcc
LD = ccache ../cross/opt/bin/i686-elf-ld
OC = ccache ../cross/opt/bin/i686-elf-objcopy