From 2e618850702bc9a55b1a530c89ab928c2d09501c Mon Sep 17 00:00:00 2001 From: Niclas Hoyer Date: Sat, 14 Jan 2023 17:51:33 +0100 Subject: Add calculator watch face (#111) --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make/Makefile') diff --git a/movement/make/Makefile b/movement/make/Makefile index 1ecb7c28..a8b7f4b8 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -86,6 +86,7 @@ SRCS += \ ../watch_faces/complication/tempchart_face.c \ ../watch_faces/complication/tally_face.c \ ../watch_faces/complication/tarot_face.c \ + ../watch_faces/complication/rpn_calculator_face.c \ # New watch faces go above this line. # Leave this line at the bottom of the file; it has all the targets for making your project. -- cgit v1.2.3