From d8036aa78139c7890d8adde6ee937929623dbffb Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Nov 2020 18:53:48 +0100 Subject: Reimplemented basic webserver --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Makefile') 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 -- cgit v1.2.3