This commit is contained in:
nobonobo 2014-02-05 20:42:34 +09:00
parent ef0e8fcbec
commit 2bf37243a8

View file

@ -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