source:
code/trunk/Makefile@
143
Last change on this file since 143 was 142, checked in by , 22 months ago | |
---|---|
File size: 110 bytes |
Line | |
---|---|
1 | all: build |
2 | |
3 | bench: |
4 | go test -benchmem -bench . |
5 | build: |
6 | go build -o yukari |
7 | clean: |
8 | rm -f yukari |
9 | test: |
10 | go test |
Note:
See TracBrowser
for help on using the repository browser.