merge
This commit is contained in:
parent
ef0e8fcbec
commit
2bf37243a8
1 changed files with 0 additions and 20 deletions
20
Makefile
20
Makefile
|
@ -1,20 +0,0 @@
|
||||||
# for GNU make
|
|
||||||
.PHONY: all build install test clean
|
|
||||||
|
|
||||||
all: build
|
|
||||||
|
|
||||||
build: src/unqlite.c
|
|
||||||
go build
|
|
||||||
|
|
||||||
install: src/unqlite.c
|
|
||||||
go install
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf src/*
|
|
||||||
|
|
||||||
test:
|
|
||||||
go test ./
|
|
||||||
|
|
||||||
src/unqlite.c:
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
Loading…
Reference in a new issue