stk/Mp/fgmp-1.0b5/Makefile

13 lines
142 B
Makefile
Raw Permalink Normal View History

1996-09-27 06:29:02 -04:00
#
# Makefile for Free MP
#
CC=gcc
CFLAGS=-O
libfgmp.a: gmp.o
ar cq libfgmp.a gmp.o
ranlib libfgmp.a
clean:
rm -f gmp.o libfgmp.a core *~