PGM=m.examine.tape
LIST =\
	main.o\
	ask.o\
	yes.o\
	counter.o

$(BIN_INTER)/$(PGM): $(LIST)
	$(CC) $(LDFLAGS) -o $@ $(LIST)
