CFLAGS=	-Wc,"-2 -osail -j"
LDFLAGS=-M -N4096
OBJS=	lharc.o lhio.o lzhuf.o

lharc:	$(OBJS)
	$(CC) -o $@ $(LDFLAGS) $(OBJS)

lhio.c:	lhio.h
