view Makefile @ 3:4ca5c7bbc6cf draft

planemo upload
author lecorguille
date Mon, 22 Feb 2016 16:49:04 -0500
parents
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