Mercurial > repos > lecorguille > test
view Makefile @ 1:0692b03eeddc draft default tip
planemo upload commit ac2bc76f498db6c51cb451b5e3a37640b35009fc-dirty
author | lecorguille |
---|---|
date | Tue, 22 Mar 2016 16:21:07 -0400 |
parents | fdc068daa4a8 |
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