From 984f134c021f779f8fae2689fabf2903aa80573c Mon Sep 17 00:00:00 2001 From: nobonobo Date: Thu, 28 Nov 2013 21:24:46 +0900 Subject: [PATCH] make test added --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81685f3..3a23a18 100644 --- a/Makefile +++ b/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: