Mercurial > repos > lecorguille > xcms_fillpeaks
view Makefile @ 6:f00e39a4b0fb draft
planemo upload commit a3229faad6949bbca965d1d7e138cb3c0550780e
| author | lecorguille |
|---|---|
| date | Thu, 07 Apr 2016 16:13:02 -0400 |
| parents | 30b01bcefda4 |
| 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
