diff options
author | Marvin Borner | 2020-11-19 18:53:48 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-19 18:53:48 +0100 |
commit | d8036aa78139c7890d8adde6ee937929623dbffb (patch) | |
tree | 306420b0c89769052cd31297de489884584797f1 /apps/Makefile | |
parent | eafd1550ec8fe8887674e9be79f9704bf3a39a8a (diff) |
Reimplemented basic webserver
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 ea212d9..8f0e150 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 cc.o browser.o +COBJS = init.o wm.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 |