Mercurial > repos > mmonsoor > camera_combinexsannos
view Makefile @ 21:ce18b7a5ef4e draft default tip
planemo upload commit 1a6afbfa49a17d904e4e3cd01439f7ead41a0e33-dirty
author | lecorguille |
---|---|
date | Fri, 12 Apr 2019 10:46:37 -0400 |
parents | 6b850bdce2c5 |
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