summary refs log tree commit diff
path: root/Makefile
blob: bb87706cfb0a3ecfc94d3db9b83bc6183534fc21 (plain) (blame)
1
2
3
4
5
.PHONY: all check
all:
	@make -C $@
check: all
	test/go.sh all