SRCS = hantbl.c ks2n.c n2ks.c script.c
OBJS = hantbl.o ks2n.o n2ks.o script.o
CFLAGS = -O

hemul:	$(OBJS)
	cc -o hemul $(OBJS)
depend:
	makedepend - $(SRCS)
# DO NOT DELETE THIS LINE -- make depend depends on it.

hantbl.o: hantbl.h
ks2n.o: /usr/include/stdio.h hantbl.h
n2ks.o: /usr/include/stdio.h hantbl.h
