view Makefile @ 22:abb66f65f1af draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b274c5c21db1a6ad63c28d425a7a6bce483a4af4
author lecorguille
date Fri, 10 Feb 2017 11:03:30 -0500
parents 6260844b9a17
children
line wrap: on
line source

# USAGE: make [install|clean]

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

OBJ=xcms_summary.tgz
DEP=abims_xcms_summary.xml xcms_summary.r tool_dependencies.xml repository_dependencies.xml test-data


# ------------------------

all: $(OBJ)

$(OBJ): $(DEP)
	tar --exclude=".svn" -zchf $@ $^

# ------------------------

install: $(OBJ)
	mv *.tgz ~

clean:
	rm *.tgz