repo.or.cz
/
tomsfastmath.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #33 from ryancdotorg/ryancdotorg/non_str_funcs
[tomsfastmath.git]
/
mtest
/
makefile
blob
0dd683fa5e370c7f5fec12dc06762d3e8e01b59d
1
# TomsFastMath, a fast ISO C bignum library. -- Tom St Denis
2
# SPDX-License-Identifier: Unlicense
3
4
CFLAGS
+= -
Wall
-
W
-
O3
-
Wno-unused-result
5
6
default
:
mtest
7
8
.PHONY
:
mtest
9
mtest
:
mtest.o
10
$(
CC
) $(
CFLAGS
)
mtest.o
-
ltommath
-
o mtest
11
12
clean
:
13
rm
-
f
*
.o mtest
*
~ mtest.exe