A full restructure

This commit is contained in:
Harshavardhana
2014-12-29 16:35:56 -08:00
parent bdc4c3ebe7
commit 6b36b5c551
202 changed files with 113 additions and 86 deletions

14
pkg/erasure/Makefile Normal file
View File

@@ -0,0 +1,14 @@
all: build test
.PHONY: all
test:
@godep go test -race -coverprofile=cover.out
isal/isal-l.a:
@$(MAKE) -C isal lib
build: isal/isal-l.a
@godep go build
clean:
@rm -v cover.out