Files
heimdal/lib/hcrypto/tomsfastmath/mtest/makefile
2010-05-19 22:29:07 -07: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 *~