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