CFLAGS=-g -cckr -Dunix -I../h

OBJS = subrs.o read.o storage.o stack.o symbol.o print.o nsubrs.o

net:	net.o $(OBJS)
	cc -g -o net net.o $(OBJS)

$(OBJS): lisp.h net.h
net.o:	lisp.h net.c
