view Makefile @ 23:38fa090ae98f draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e1f22c9b6d39de7aabc6bb625f65aa5ba6a91312
author lecorguille
date Thu, 02 Mar 2017 08:22:37 -0500
parents ad95fea4015e
children
line wrap: on
line source

# USAGE: make [install|clean]

# -------- VARIABLE --------

OBJ=xcms_retcor.tgz
DEP=abims_xcms_retcor.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