fix makefile

This commit is contained in:
aanper 2020-08-19 08:24:47 +03:00
parent 6bac2e6297
commit 5fbb0a8957

View File

@ -23,9 +23,9 @@ BUILD_DIR = build
C_SOURCES = \
Src/main.c
CPP_SOURCES = ../app/app.cpp
CPP_SOURCES = ../core/app.cpp
C_SOURCES += ../app/write.c
C_SOURCES += ../core/write.c
C_SOURCES += Src/flipper_hal.c
C_SOURCES += Src/lo_os.c
C_SOURCES += Src/lo_hal.c