# HG changeset patch # User lecorguille # Date 1490213245 14400 # Node ID 5cc59ee748b6755ebadb24c8560dd7b5a4324fbc # Parent b72a076412e84e8af8c48523210c24a361dfc1a6 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit b1ebca6e0188e0aa0645e67259d6729ce80a6bdf diff -r b72a076412e8 -r 5cc59ee748b6 Makefile --- a/Makefile Wed Mar 01 16:58:32 2017 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# 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 -