https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: cae13d840311c5e2930421b1606ec76e2e3e78eb authored by andrewjpage on 22 August 2014, 13:46:31 UTC
Merge pull request #103 from andrewjpage/print_excluded_sequences
Tip revision: cae13d8
makefile
test:
	gcc -c -g *.c  -I .
	gcc -o run_all_tests *.o ../src/seqUtil.o ../src/string_cat.o ../src/Newickform.o ../src/alignment_file.o ../src/block_tab_file.o ../src/gff_file.o ../src/parse_vcf.o ../src/snp_searching.c ../src/vcf.o ../src/branch_sequences.o ../src/gubbins.o ../src/parse_phylip.o ../src/phylip_of_snp_sites.o ../src/snp_sites.o ../src/tree_statistics.o ../src/fasta_of_snp_sites.o -lm -lz -L /usr/local/lib/libcheck.dylib
	./run_all_tests
back to top