Mercurial > repos > lecorguille > xcms_xcmsset
view Makefile @ 7:6b8ec45de9c0 draft
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e-dirty
author | lecorguille |
---|---|
date | Thu, 07 Apr 2016 15:15:53 -0400 |
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