# makefile for onhook & offhook

OBJ = ../../obj
SRCS =
INCS =
ASMS = onhook.asm offhook.asm

LPR = impressify

install:
	cp offhook.com onhook.com ${OBJ}

all:

print: ${SRCS} ${INCS} ${ASMS}
	${LPR} ${SRCS} ${INCS} ${ASMS}
