Przeglądaj źródła

Makefile: Add faucetd as a BINS target

parazyd 3 lat temu
rodzic
commit
0c44b46357
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ CARGO = cargo
 #RUSTFLAGS = -C target-cpu=native
 #RUSTFLAGS = -C target-cpu=native
 
 
 # Binaries to be built
 # Binaries to be built
-BINS = drk darkfid tau taud ircd dnetview darkwikid darkwiki 
+BINS = drk darkfid tau taud ircd dnetview darkwikid darkwiki faucetd
 
 
 # Common dependencies which should force the binaries to be rebuilt
 # Common dependencies which should force the binaries to be rebuilt
 BINDEPS = \
 BINDEPS = \