diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-03-19T11·17+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-03-19T11·17+0100 |
commit | 089f44e8c9d216acf0b2054ef0a214108c6a3c91 (patch) | |
tree | 45d909c8430ed99c5d5ee92f5c85dc0055d49cd4 /tools/convertdb/Makefile | |
parent | d829f0c70c09ff2e4c8617f45cb4c85ac4a46f2c (diff) |
Cleaning up after git move
Diffstat (limited to 'tools/convertdb/Makefile')
-rw-r--r-- | tools/convertdb/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/convertdb/Makefile b/tools/convertdb/Makefile deleted file mode 100644 index eba288ec1d5b..000000000000 --- a/tools/convertdb/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: convertdb - -convertdb: couch.8 convertdb.8 - 8l -o convertdb convertdb.8 - -convertdb.8: convertdb.go - 8g convertdb.go - -couch.8: couch.go - 8g couch.go - -clean: - rm -rf *.8 convertdb |