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

qnet:  qnet.c
	cc -o qnet qnet.c  $(QUEUING) $(LIBS) $(LIBS2)



