diff options
Diffstat (limited to 'launcher/make/Makefile')
-rwxr-xr-x | launcher/make/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/make/Makefile b/launcher/make/Makefile index dce33f45..f02c1853 100755 --- a/launcher/make/Makefile +++ b/launcher/make/Makefile @@ -20,7 +20,8 @@ INCLUDES += \ # ../utils/temperature.c SRCS += \ ../launcher.c \ - ../widgets/fake_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 |