Mercurial > repos > lecorguille > xcms_xcmsset
view Makefile @ 14:7c19176e1929 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit cb8acec98a477af7d69192d5f2dfe977843a7f0f
| author | lecorguille |
|---|---|
| date | Mon, 14 Nov 2016 16:18:57 -0500 |
| parents | 1bad16e5e4ae |
| children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=xcms_set.tgz DEP=abims_xcms_xcmsSet.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
