make test added
This commit is contained in:
parent
fa5c12c96e
commit
984f134c02
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue