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

10 lines
128 B
Makefile

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