view Makefile @ 3:5a54397dbc97 draft

planemo upload
author lecorguille
date Mon, 22 Feb 2016 16:40:19 -0500
parents 022df2ef15b0
children
line wrap: on
line source

# USAGE: make [install|clean]

# -------- VARIABLE --------

OBJ=xcms_fillpeaks.tgz
DEP=abims_xcms_fillPeaks.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