diff options
Diffstat (limited to 'launcher/make/Makefile')
-rwxr-xr-x | launcher/make/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/launcher/make/Makefile b/launcher/make/Makefile index c6d18137..a1059bbd 100755 --- a/launcher/make/Makefile +++ b/launcher/make/Makefile @@ -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 |