Procházet zdrojové kódy

Makefile: add tau, taud, ircd, and dnetview to BINS

ghassmo před 4 roky
rodič
revize
e455b370c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 = zkas drk darkfid
+BINS = zkas drk darkfid tau taud ircd dnetview
 
 
 # Common dependencies which should force the binaries to be rebuilt
 # Common dependencies which should force the binaries to be rebuilt
 BINDEPS = \
 BINDEPS = \