Analog clock drawing

This commit is contained in:
2020-02-14 12:11:17 +00:00
parent 495f2861e7
commit 8ecdf59dc6
2 changed files with 101 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ INCLUDES += $(EXTRA_INC)
LIBS =
LD_FLAGS += $(addprefix -L,$(EXTRA_LIB_DIR))
LD_FLAGS += -lm
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
INCLUDES += test/inc