OBJDIR=../obj all: queue.o queue.o: queue.m cc -c queue.m cp queue.o $(OBJDIR) clean: rm -rf *.o