mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 05:10:26 +08:00
16 lines
323 B
Makefile
16 lines
323 B
Makefile
#! /usr/local/bin/gmake
|
|
# $Id: Makefile 961 2006-11-06 17:38:36Z privmane $
|
|
|
|
# In order to compile with doubleRep run make like this: make doubleRep
|
|
|
|
Libsources= removeTaxa.cpp
|
|
#Libsources=
|
|
LIBNAME = removeTaxa
|
|
|
|
# LibCsources= cmdline.c
|
|
# LibCsources += getopt.c getopt1.c
|
|
|
|
EXEC = removeTaxa
|
|
|
|
include ../Makefile.generic
|