From e1f8c54a80263a2f4f6e8867c7107cb2f08ff3ec Mon Sep 17 00:00:00 2001 From: nobonobo Date: Thu, 28 Nov 2013 21:08:19 +0900 Subject: [PATCH] make install add --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ed71f3..6812cba 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # for GNU make all: libunqlite.a - go build + go install src/unqlite.c: git submodule init