Mercurial > repos > lecorguille > xcms_group
view Makefile @ 21:beda2d981b9d draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit e1f22c9b6d39de7aabc6bb625f65aa5ba6a91312
author | lecorguille |
---|---|
date | Thu, 02 Mar 2017 08:21:57 -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