From 826476f8bca53cba4ba781af08cc42257913e95e Mon Sep 17 00:00:00 2001 From: Jeremy O'Brien Date: Wed, 31 Jul 2024 11:38:10 -0400 Subject: [PATCH] smallchess: move smallchesslib.h to movement/lib --- .../complication => lib/smallchesslib}/smallchesslib.h | 0 movement/make/Makefile | 1 + 2 files changed, 1 insertion(+) rename movement/{watch_faces/complication => lib/smallchesslib}/smallchesslib.h (100%) diff --git a/movement/watch_faces/complication/smallchesslib.h b/movement/lib/smallchesslib/smallchesslib.h similarity index 100% rename from movement/watch_faces/complication/smallchesslib.h rename to movement/lib/smallchesslib/smallchesslib.h diff --git a/movement/make/Makefile b/movement/make/Makefile index aff0b8da0..cc53d02d6 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -24,6 +24,7 @@ INCLUDES += \ -I../lib/vsop87/ \ -I../lib/astrolib/ \ -I../lib/morsecalc/ \ + -I../lib/smallchesslib/ \ # 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.