From ff79d2abaea61aa1ba3bca2762a11818c8658201 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 27 Mar 2016 18:20:34 -0400 Subject: move paper synchronization to top makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae15d15..5d8ed82 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ -.PHONY: all clean check all clean: @make -C src $@ @make -C minic $@ check: all test/go.sh all +sync-papers: + unison -auto papers ssh://qcar@h/data/d/ssa-doc + +.PHONY: all clean check sync-papers -- cgit 1.4.1