summary refs log tree commit diff
path: root/Makefile
blob: 9aefa3ebaf583e8649c1bf68e64d94c97e2c2a70 (plain) (blame)
1
2
3
4
5
6
7
8
all clean check:
	@make -C src $@
	@make -C minic $@

sync-papers:
	unison -auto papers ssh://qcar@h/data/d/ssa-doc

.PHONY: all clean check sync-papers