diff options
author | Marvin Borner | 2021-03-29 23:44:07 +0200 |
---|---|---|
committer | Marvin Borner | 2021-03-29 23:44:07 +0200 |
commit | 6549b1087628a405a1e4cb1f81562a830515a5b5 (patch) | |
tree | 8fed89cd81e616ba552c03179e8d20957968f998 /apps/Makefile | |
parent | f946ff13cab962d94ccaf6cb57e125e52900f371 (diff) |
Added more GUI stuff
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 f2ab790..f689727 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = init.o idle.o wm.o test.o window.o #mandelbrot.o window.o exec.o files.o test.o cc.o browser.o server.o +COBJS = init.o idle.o wm.o test.o chess.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 |