فهرست منبع

Makefile: Default to building gatewayd as well.

parazyd 4 سال پیش
والد
کامیت
abf96fd767
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -6,8 +6,8 @@ PREFIX = /usr/local
 # Cargo binary
 # Cargo binary
 CARGO = cargo
 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
 # Dependencies which should force the binaries to be rebuilt
 BINDEPS = \
 BINDEPS = \