source: code/trunk/Makefile@ 142

Last change on this file since 142 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
RevLine 
[142]1all: build
[90]2
[142]3bench:
4 go test -benchmem -bench .
[90]5build:
[142]6 go build -o yukari
7clean:
8 rm -f yukari
9test:
10 go test
Note: See TracBrowser for help on using the repository browser.