remove fake / placeholder widgets

This commit is contained in:
Joey Castillo
2021-10-05 18:01:26 -04:00
parent 0f349cb52e
commit 12ee922135
6 changed files with 4 additions and 118 deletions

View File

@@ -7,7 +7,7 @@ include $(TOP)/make.mk
# INCLUDES += \
# -I../ \
# -I../drivers/ \
# -I../utils/
# -I../widgets/fitness/
INCLUDES += \
-I../ \
-I../widgets/ \
@@ -18,17 +18,15 @@ INCLUDES += \
# If you add any other source files you wish to compile, add them after ../app.c
# Note that you will need to add a backslash at the end of any line you wish to continue, i.e.
# SRCS += \
# ../app.c \
# ../drivers/bmp280.c \
# ../utils/temperature.c
# ../launcher.c \
# ../drivers/lis2dh.c \
# ../widgets/fitness/step_count_widget.c
SRCS += \
../launcher.c \
../widgets/clock/simple_clock_widget.c \
../widgets/settings/preferences_widget.c \
../widgets/settings/set_time_widget.c \
../widgets/complications/pulseometer_widget.c \
../widgets/fake_widget_1.c \
../widgets/fake_widget_2.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk