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
|
||||
.PHONY: all build test clean
|
||||
.PHONY: all build install test clean
|
||||
|
||||
all: build
|
||||
|
||||
build: libunqlite.a
|
||||
go build
|
||||
|
||||
install:
|
||||
install: libunqlite.a
|
||||
go install
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue