summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 13:51:05 +0000
committerAlan Lacerda <alacerda@alpinelinux.org>2015-05-05 13:51:05 +0000
commitc6272079337df6433698fe469e53639e0c67f01c (patch)
tree69d19cbecb84d48d541290deb879487b5610aa8e
parent63afc6a3555352f9a7b7954659cae9d7f9c0b40e (diff)
downloadsetup-box-c6272079337df6433698fe469e53639e0c67f01c.tar.bz2
setup-box-c6272079337df6433698fe469e53639e0c67f01c.tar.xz
Makefile: adding desktop-extras.json
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d921d03..7510138 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
-VERSION ?= 0.1.0
+VERSION ?= v0.1.0
CONFIG_DIR ?= /etc/setup-box
DEPS ?= jq
JSON_DIR ?= /etc/setup-box/json
SBIN_FILES := setup-box
SBIN_DIR ?= /sbin
JSON_FILES := desktop.json \
+ desktop-extras.json \
pentest.json \
example.json.sample
MISC_FILES := README \