Cleanup makefile

This commit is contained in:
Harshavardhana
2014-11-30 15:20:20 -08:00
parent 08c8a029be
commit fa1a13a8bf
2 changed files with 6 additions and 9 deletions

View File

@@ -4,8 +4,8 @@ all: build test
test:
@godep go test
isal/isal-l.so:
isal/isal-l.a:
@$(MAKE) --quiet -C isal lib
build: isal/isal-l.so
build: isal/isal-l.a
@godep go build