From 0ce2809cc7d3404c7511df767f9a32b1b870393d Mon Sep 17 00:00:00 2001 From: evomarc Date: Wed, 8 May 2002 06:55:21 +0000 Subject: [PATCH] Added Lesson5 --- eo/tutorial/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eo/tutorial/Makefile b/eo/tutorial/Makefile index 8bd739e4..61396d3c 100644 --- a/eo/tutorial/Makefile +++ b/eo/tutorial/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 +SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 all: for i in $(SUBDIRS); do cd $$i && $(MAKE) all; cd ..; done @@ -15,6 +15,9 @@ lesson3 : lesson4 : cd Lesson4; make +lesson5 : + cd Lesson5; make + #empty dist and distdir to let top-level 'make' do its job dist :