Sfoglia il codice sorgente

Makefile: Default to building gatewayd as well.

parazyd 4 anni fa
parent
commit
abf96fd767
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -6,8 +6,8 @@ PREFIX = /usr/local
 # Cargo binary
 CARGO = cargo
 
-# Here it's possible to append "cashierd" and "gatewayd".
-BINS = drk darkfid
+# Binaries to be built
+BINS = drk darkfid gatewayd
 
 # Dependencies which should force the binaries to be rebuilt
 BINDEPS = \