Fix times sum rounding errors

This commit is contained in:
Simon Lieb 2022-05-19 19:31:07 +02:00
parent d96fe7c813
commit 8c03ec3bdb
2 changed files with 13 additions and 10 deletions

View file

@ -8,7 +8,7 @@ PREFIX = /usr/local
# includes and libs
INCS =
LIBS =
LIBS = -lm
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"