From f1a706792e995f45b6b6f2ef70b2318253002249 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 21 Oct 2021 17:28:59 -0400 Subject: movement: add character set demo --- movement/make/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 2ed06d96..b65d1a47 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -15,6 +15,7 @@ INCLUDES += \ -I../watch_faces/settings/ \ -I../watch_faces/complications/ \ -I../watch_faces/thermistor/ \ + -I../watch_faces/demos/ \ # 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. @@ -30,6 +31,7 @@ SRCS += \ ../watch_faces/complications/pulsometer_face.c \ ../watch_faces/thermistor/thermistor_driver.c \ ../watch_faces/thermistor/thermistor_readout_face.c \ + ../watch_faces/demos/character_set_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk -- cgit v1.2.3