QUEUING = ../../queuing/queuing.o
LIBS = -lcurses -ltermcap -lm

network: network.C
	CC -o network network.C $(QUEUING) $(LIBS)
