summary refs log tree commit diff
path: root/Makefile
blob: 5d8ed82ee5aea331dcf79c71bb907d70256c4c0f (plain) (blame)
1
2
3
4
5
6
7
8
9
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