Mercurial > repos > lecorguille > camera_annotate
view Makefile @ 11:d33e0ed5f32a draft
planemo upload commit d8cc436fd91f5748dc396d0527a0a303d3221835-dirty
| author | lecorguille |
|---|---|
| date | Thu, 14 Apr 2016 10:03:48 -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
