view Makefile @ 11:dc29a74d307b draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit cb8acec98a477af7d69192d5f2dfe977843a7f0f
author lecorguille
date Mon, 14 Nov 2016 16:19:18 -0500
parents 003373d58672
children
line wrap: on
line source

# USAGE: make [install|clean]

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

OBJ=xcms_group.tgz
DEP=abims_xcms_group.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