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: