move paper synchronization to top makefile
This commit is contained in:
parent
da640c5a46
commit
ff79d2abae
4 changed files with 5 additions and 4 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue