Add pump code to Makefile

This commit is contained in:
2025-05-16 09:22:20 +02:00
parent 09fed73696
commit 64852b2a67
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RM = rm -f
BUILD_DIR = build
OBJ_DIR = $(BUILD_DIR)/obj
SRCS_C = source/adc.c source/moisture.c source/main.c
SRCS_C = source/adc.c source/moisture.c source/main.c source/pump.c
OBJS = $(addprefix $(OBJ_DIR)/, $(notdir $(SRCS_C:.c=.o)))