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.