FILE := maximum-parsimony TARGET := $(FILE) all: $(TARGET) $(TARGET): $(FILE).cc mpiCC -o $@ $< clean: -rm -f *.o *~ $(TARGET)