Removed source file from Hoitaja's Makefile due to refactoring.

This commit is contained in:
Michael Mueller
2023-10-10 16:38:33 +02:00
parent 1bcc85e556
commit 22b814489c

View File

@@ -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)