Mercurial > repos > lecorguille > xcms_group
view Makefile @ 3:98e33cdf0eb1 draft
planemo upload
author | lecorguille |
---|---|
date | Mon, 22 Feb 2016 16:31:48 -0500 |
parents | |
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