Fix times sum rounding errors
This commit is contained in:
parent
d96fe7c813
commit
8c03ec3bdb
2 changed files with 13 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ PREFIX = /usr/local
|
|||
|
||||
# includes and libs
|
||||
INCS =
|
||||
LIBS =
|
||||
LIBS = -lm
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue