view tomsfastmath/mtest/makefile @ 644:ff5cc422ba40 dropbear-tfm tomsfastmath

Somehow Makefile.in went missing
author Matt Johnston <matt@ucc.asn.au>
date Wed, 23 Nov 2011 18:11:51 +0700
parents a362b62d38b2
children
line wrap: on
line source

CFLAGS += -Wall -W -O3 

default: mtest

mtest: mtest.o
	$(CC) $(CFLAGS) mtest.o -ltommath -o mtest

clean:
	rm -f *.o mtest *~