# HG changeset patch # User lecorguille # Date 1490213173 14400 # Node ID d45e409406edbe837a27ca7f459daf2a384d6f2e # Parent 38fa090ae98ff8c01deed854145e312fc49e9046 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf diff -r 38fa090ae98f -r d45e409406ed Makefile --- a/Makefile Thu Mar 02 08:22:37 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# 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 -