view Makefile @ 18:e4d75f9efb90 draft

planemo upload commit b'4303231da9e48b2719b4429a29b72421d24310f4\n'-dirty
author nick
date Thu, 02 Feb 2017 18:44:31 -0500
parents
children
line wrap: on
line source

CFLAGS=-Wall

all:
	gcc -Wall -shared -fPIC align.c -o libalign.so
	gcc -Wall -shared -fPIC swalign.c -o libswalign.so -lm
	gcc -Wall -shared -fPIC seqtools.c -o libseqtools.so
	gcc -Wall -shared -fPIC consensus.c -o libconsensus.so