Mercurial > repos > chrisd > testshed
comparison gene_fraction/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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0fd352f62446 |
|---|---|
| 1 output: main.o Sam.o Alignments.o Fasta.o FastaRecord.o | |
| 2 g++ -std=c++11 main.o Sam.o Alignments.o Fasta.o FastaRecord.o -o csa | |
| 3 main.o: main.cpp | |
| 4 g++ -c -std=c++11 main.cpp | |
| 5 Sam.o: Sam.cpp | |
| 6 g++ -c -std=c++11 Sam.cpp | |
| 7 Alignments.o: Alignments.cpp | |
| 8 g++ -c -std=c++11 Alignments.cpp | |
| 9 Fasta.o: Fasta.cpp | |
| 10 g++ -c -std=c++11 Fasta.cpp | |
| 11 FastaRecord.o: FastaRecord.cpp | |
| 12 g++ -c -std=c++11 FastaRecord.cpp | |
| 13 clean: | |
| 14 rm *.o csa |
