diff --git a/Makefile b/Makefile deleted file mode 100644 index 7c7d62e..0000000 --- a/Makefile +++ /dev/null @@ -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