From 22b814489cccffa4215a848490ab92bfe8a6e3c8 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 10 Oct 2023 16:38:33 +0200 Subject: [PATCH] Removed source file from Hoitaja's Makefile due to refactoring. --- repos/os/src/hoitaja/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/src/hoitaja/target.mk b/repos/os/src/hoitaja/target.mk index 782f7bbc15..8c566888ac 100644 --- a/repos/os/src/hoitaja/target.mk +++ b/repos/os/src/hoitaja/target.mk @@ -1,5 +1,5 @@ TARGET = hoitaja -SRC_CC = main.cc habitat.cc suoritin/component.cc +SRC_CC = main.cc habitat.cc LIBS = base INC_DIR += $(PRG_DIR)