[FE training-materials-updates] Makefile: add "make all" target

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Aug 27 13:56:26 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=6cc7b616a822343a09ed87431726f4a499625ff3

>---------------------------------------------------------------

commit 6cc7b616a822343a09ed87431726f4a499625ff3
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Aug 27 13:55:33 2014 +0200

    Makefile: add "make all" target
    
    - Useful for automatic generation of all materials
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

6cc7b616a822343a09ed87431726f4a499625ff3
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 85381f9..6e54d90 100644
--- a/Makefile
+++ b/Makefile
@@ -552,6 +552,8 @@ $(VARS): FORCE
 clean:
 	$(RM) -rf $(OUTDIR) *.pdf felabs-*
 
+all: full-sysdev-slides.pdf full-sysdev-labs.pdf full-kernel-slides.pdf full-kernel-labs.pdf full-android-slides.pdf full-android-labs.pdf full-boottime-slides.pdf full-boottime-labs.pdf kernel-agenda.pdf android-agenda.pdf boottime-agenda.pdf
+
 help:
 	@echo "Available targets:"
 	@echo



More information about the training-materials-updates mailing list