This commit is contained in:
2021-02-09 18:32:58 +01:00
parent d86174fc93
commit b240f5b3e4
7 changed files with 147 additions and 147 deletions

View File

@ -2,14 +2,17 @@ BUILD_DIR = build
C_SOURCES = \
../cube/User/Src/sha256.c \
sink20169.c
sink20169.c \
logging.c \
receiver.c
C_INCLUDES = \
-I../cube/User/Inc
CC = gcc
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99
LDFLAGS =
LDFLAGS = -lconfig
TARGET = sink20169
all: $(BUILD_DIR)/$(TARGET)