Mercurial > repos > mmonsoor > camera_combinexsannos
view Makefile @ 10:479a83f62863 draft
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
author | lecorguille |
---|---|
date | Thu, 01 Mar 2018 08:29:55 -0500 |
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