Merge pull request #33 from ryancdotorg/ryancdotorg/non_str_funcs
[tomsfastmath.git] / mtest / makefile
blob0dd683fa5e370c7f5fec12dc06762d3e8e01b59d
1 # TomsFastMath, a fast ISO C bignum library. -- Tom St Denis
2 # SPDX-License-Identifier: Unlicense
4 CFLAGS += -Wall -W -O3 -Wno-unused-result
6 default: mtest
8 .PHONY: mtest
9 mtest: mtest.o
10 $(CC) $(CFLAGS) mtest.o -ltommath -o mtest
12 clean:
13 rm -f *.o mtest *~ mtest.exe