all: queuing
queuing: queuing.c
	cc -c queuing.c
clean:
	rm -f queuing.o queuing.oo

