el *.o del *.exe del *.a gcc -c copyQueue.c -o copyQueue.o gcc -c createFixedQueue.c -o createFixedQueue.o gcc -c deQueue.c -o deQueue.o gcc -c destroyFixedQueue.c -o destroyFixedQueue.o gcc -c enQueue.c -o enQueue.o gcc -c isEmpty.c -o isEmpty.o gcc -c listQueueSize.c -o listQueueSize.o ar rcs libQueuedll.a *.o ar rcs libQueuedll.a *.o gcc -I. queueTest.c -o queueTest libQueuedll.a queueTest pause