Mercurial > repos > lecorguille > camera_annotate
view Makefile @ 12:db270f704d93 draft
planemo upload commit d8cc436fd91f5748dc396d0527a0a303d3221835-dirty
author | lecorguille |
---|---|
date | Thu, 14 Apr 2016 11:00:27 -0400 |
parents | b495191430d5 |
children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=camera_annotate.tgz DEP=abims_CAMERA_annotateDiffreport.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