Mercurial > repos > lecorguille > camera_annotate
view Makefile @ 9:c02d80efba80 draft
planemo upload commit d8cc436fd91f5748dc396d0527a0a303d3221835
| author | lecorguille |
|---|---|
| date | Sun, 10 Apr 2016 08:14:59 -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
