Mercurial > repos > chrisd > testshed
view snp_caller/src/Makefile @ 0:0fd352f62446 draft default tip
planemo upload for repository https://github.com/ChrisD11/Duplicon commit 3ee0594c692faac542ffa58f4339d79b9b8aefbd-dirty
author | chrisd |
---|---|
date | Sun, 21 Feb 2016 06:05:24 -0500 |
parents | |
children |
line wrap: on
line source
output: main.o Fasta.o FastaRecord.o Alignment.o Sam.o g++ -std=c++11 main.o Fasta.o FastaRecord.o Alignment.o Sam.o -o snp main.o: main.cpp g++ -c -std=c++11 main.cpp Fasta.o: Fasta.cpp g++ -c -std=c++11 Fasta.cpp FastaRecord.o: FastaRecord.cpp g++ -c -std=c++11 FastaRecord.cpp Alignment.o: Alignment.cpp g++ -c -std=c++11 Alignment.cpp Sam.o: Sam.cpp g++ -c -std=c++11 Sam.cpp clean: rm *.o snp