source: code/trunk/Makefile@ 144

Last change on this file since 144 was 142, checked in by Izuru Yakumo, 22 months ago

Rebrand to Yukari's Gap

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 110 bytes
Line 
1all: build
2
3bench:
4 go test -benchmem -bench .
5build:
6 go build -o yukari
7clean:
8 rm -f yukari
9test:
10 go test
Note: See TracBrowser for help on using the repository browser.