aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-04-21 01:43:01 -0700
committerchrislu <chris.lu@gmail.com>2022-04-21 01:43:01 -0700
commitad01c63b841dd342fee950d5ea9afb1ee6511346 (patch)
treee58f438b01dbe72288af50e9ebf440d2ab93fa8e /Makefile
parent4aa39ef33f89936709c7a169ec09c7dad71c5e9f (diff)
downloadseaweedfs-ad01c63b841dd342fee950d5ea9afb1ee6511346.tar.xz
seaweedfs-ad01c63b841dd342fee950d5ea9afb1ee6511346.zip
conditionally skip hdfs related code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f324cfc2d..36da78434 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ install:
cd weed; go install
full_install:
- cd weed; go install -tags "elastic gocdk sqlite"
+ cd weed; go install -tags "elastic gocdk sqlite hdfs"