home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d101
/
psintrp.lha
/
PsIntrp
/
Makefile
< prev
next >
Wrap
Makefile
|
1987-09-05
|
319b
|
13 lines
OBJ = console.o control.o dict.o ffpa.o files.o graphics.o lmath.o \
ps.o rmath.o simplex.o
.a.o:
assem -i ainc: -o $*.o $*.a
# Note: Do not use "blink" to do the link, the result will not be
# an Amiga executable, or at least that's what the machine says when
# you try to run it!
ps: $(OBJ)
alink with ps.link