From 63b92c9c84dace78b730610a2079899291a633a5 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Thu, 18 Oct 2012 16:31:22 +0200 Subject: Security: New section for Security topics This new section contains education material for Security-related topics. Signed-off-by: Holger Dengler --- security/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 security/Makefile (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile new file mode 100644 index 0000000..8aa670f --- /dev/null +++ b/security/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = `find -mindepth 1 -type d` + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done -- cgit v1.2.3