Merge pull request #123 from harshavardhana/pr_out_remove_stale_sha1_dir

master
Harshavardhana 10 years ago
commit baa74072b1
  1. 11
      pkgs/checksum/sha1/Makefile

@ -1,11 +0,0 @@
all: build test
.PHONY: all
build:
@godep go build
test: build
@godep go test -race -coverprofile=cover.out
clean:
@rm -v cover.out
Loading…
Cancel
Save