home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
GCC
/
GERLIB_USR08B.LHA
/
gerlib
/
examples
/
test
/
mathtest
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Makefile
|
1993-12-12
|
157 b
|
8 lines
all: TestMath.o TestMath
TestMath.o: TestMath.c
gcc -O2 TestMath.c -c -fomit-frame-pointer
TestMath: TestMath.o
gcc TestMath.o -o TestMath -lger -lamiga