Mercurial > repos > mmonsoor > camera_combinexsannos
view Makefile @ 12:961089e21ae2 draft default tip
planemo upload commit 1a5357c0e28103a0325b2df858504721f6266049
author | lecorguille |
---|---|
date | Tue, 09 Oct 2018 06:03:24 -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