diff options
author | Ben Armstrong <synrg@debian.org> | 2010-11-27 18:48:13 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:36 +0100 |
commit | aa456e33b51912a7a37bdb84f4aec1e53aa37cc9 (patch) | |
tree | 0cc74ffb591b16286bf88c0909e18df822c26f3f /Makefile | |
parent | 32590cfdc7c6f81bc5349a812c6ef68c2dc7b4ea (diff) | |
download | vyos-live-build-aa456e33b51912a7a37bdb84f4aec1e53aa37cc9.tar.gz vyos-live-build-aa456e33b51912a7a37bdb84f4aec1e53aa37cc9.zip |
Adding example auto scripts.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = de -SCRIPTS = cgi/* functions/* examples/*/*.sh scripts/*.sh scripts/*/* +SCRIPTS = cgi/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* all: test build |