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
