tomsfastmath/mtest/makefile
2010-07-22 10:06:21 +02:00

10 lines
115 B
Makefile

CFLAGS += -Wall -W -O3
default: mtest
mtest: mtest.o
$(CC) mtest.o -ltommath -o mtest
clean:
rm -f *.o mtest