X-Git-Url: http://www.git.cypherpunks.ru/?p=gohpenc.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0000000000000000000000000000000000000000;hp=95f8740fc36e88484f98d156ae6e3ec14f2f6a1d;hb=be7b7c2004f656ef42981527f850f8f7836384c8;hpb=0c70540525f537c54b9f8a28af0cc2756a182181 diff --git a/Makefile b/Makefile deleted file mode 100644 index 95f8740..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -GO ?= go -GOPATH ?= $(PWD)/gopath -SRC := $(PWD)/src/cypherpunks.ru/gohpenc -BIN := $(PWD)/bin - -all: $(BIN)/gohpenc - -$(BIN): - mkdir -p $(BIN) - -$(BIN)/gohpenc: $(BIN) - cd $(SRC) ; GOPATH=$(GOPATH) $(GO) build - mv $(SRC)/gohpenc bin - -clean: - rm -rf $(BIN)