Mercurial > repos > mmonsoor > camera_combinexsannos
view Makefile @ 11:837c6955e4e9 draft
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
author | lecorguille |
---|---|
date | Wed, 19 Sep 2018 03:22:42 -0400 |
parents | 4ca5c7bbc6cf |
children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=camera_combinexsAnnos.tgz DEP=abims_CAMERA_combinexsAnnos.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