home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
pari
/
example
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-04-20
|
140 b
|
9 lines
CC = cc
CFLAGS = -O -I/usr/include/pari-include
all: mattrans
mattrans: mattrans.c
$(CC) $(CFLAGS) -o mattrans mattrans.c -lpari -lm