Mercurial > repos > lecorguille > xcms_xcmsset
view Makefile @ 0:054e4681667c draft
planemo upload
author | lecorguille |
---|---|
date | Fri, 07 Aug 2015 10:49:35 -0400 |
parents | |
children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=xcms_set.tgz DEP=abims_xcms_xcmsSet.xml tool_dependencies.xml repository_dependencies.xml static test-data # ------------------------ all: $(OBJ) $(OBJ): $(DEP) tar --exclude=".svn" -zchf $@ $^ # ------------------------ install: $(OBJ) mv *.tgz ~ clean: rm *.tgz