Mercurial > repos > lecorguille > anova
view Makefile @ 6:7dacba909bb6 draft
planemo upload commit 97ee01188e91030d15363ec8be8569ecb5439a1e-dirty
author | lecorguille |
---|---|
date | Mon, 04 Apr 2016 08:38:43 -0400 |
parents | 2433c6fa4de2 |
children |
line wrap: on
line source
# USAGE: make [install|clean] # -------- VARIABLE -------- OBJ=anova.tgz DEP=abims_anova.r abims_anova.xml static test-data # ------------------------ all: $(OBJ) $(OBJ): $(DEP) tar --exclude=".svn" -zchf $@ $^ # ------------------------ install: $(OBJ) mv *.tgz ~ clean: rm *.tgz