# HG changeset patch # User lecorguille # Date 1490213221 14400 # Node ID 9ca8133a2b9fd02aa9e633ad73d72d563a4a58be # Parent 7a01dfc8be416cb3c841621f71defcbd2ea2c93f planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf diff -r 7a01dfc8be41 -r 9ca8133a2b9f Makefile --- a/Makefile Thu Mar 02 08:23:17 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# USAGE: make [install|clean] - -# -------- VARIABLE -------- - -OBJ=xcms_fillpeaks.tgz -DEP=abims_xcms_fillPeaks.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 -