Explorar o código

update Makefile, add make.env

volixer hai 5 meses
pai
achega
542d8ef736
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  1. 2 2
      Makefile
  2. 3 0
      make.env

+ 2 - 2
Makefile

@@ -1,5 +1,5 @@
-NAME="ovhcli"
-VERSION="0.0.1"
+#!/usr/bin/make
+include make.env
 
 DIRS=etc bin
 INSTALL_DIRS=`find $(DIRS) -type d 2>/dev/null`

+ 3 - 0
make.env

@@ -0,0 +1,3 @@
+# MAKEFILE ENV
+NAME="ovhcli"
+VERSION="0.0.2"