make test added

This commit is contained in:
nobonobo 2013-11-28 21:24:46 +09:00
parent fa5c12c96e
commit 984f134c02

View file

@ -1,12 +1,12 @@
# for GNU make # for GNU make
.PHONY: all build test clean .PHONY: all build install test clean
all: build all: build
build: libunqlite.a build: libunqlite.a
go build go build
install: install: libunqlite.a
go install go install
clean: clean: