about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/Makefile
blob: 61168f363accc1926c2c5c1ee5c8b771d5cf2c74 (plain) (blame)
1
2
3
4
test:
	go test -v ./...

.phony: test