diff options
author | Marvin Borner | 2021-02-22 23:23:08 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-22 23:23:08 +0100 |
commit | 53679300c7a20dc21f96b1e502585204b36eda35 (patch) | |
tree | fb50e5f881f90fd8915baf2af4a1e4ce679c126f /apps/Makefile | |
parent | 4c527e07fff9ed0a1eb0f34f1abd943706a0dba1 (diff) |
Started new frontend lib
Diffstat (limited to 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 6164010..eec133d 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = init.o wm.o test.o#mandelbrot.o window.o exec.o files.o test.o cc.o browser.o server.o +COBJS = init.o wm.o test.o window.o #mandelbrot.o window.o exec.o files.o test.o cc.o browser.o server.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 |