los = MemManLib.o MemMan.o
lib = memman.library

.asm.o:
	a68k -iinclude: $*.asm

all: $(lib) test

$(lib): $(los)
	blink from $(los) to $(lib) sc sd nd

test: test.c
        lc -L $*
