CFLAGS += -Wall -g
2-seq-main: 2-seq.o 2-seq-main.o
.PHONY: clean
clean: ; -rm -f *.o 2-seq-main
