Mercurial > repos > lecorguille > xcms_summary
view Makefile @ 21:c3646d3f1750 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 1e7f850b28deeb3c4b31d9730c8f803891467afb
author | lecorguille |
---|---|
date | Thu, 09 Feb 2017 04:51:36 -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