added lesson6 subdir
This commit is contained in:
parent
4ad79a9148
commit
edc049f804
2 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
SUBDIRS = html Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 pdf Templates
|
||||
SUBDIRS = html Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6 pdf Templates
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5
|
||||
SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 Lesson6
|
||||
|
||||
all:
|
||||
for i in $(SUBDIRS); do cd $$i && $(MAKE) all; cd ..; done
|
||||
|
|
@ -18,6 +18,9 @@ lesson4 :
|
|||
lesson5 :
|
||||
cd Lesson5; make
|
||||
|
||||
lesson6 :
|
||||
cd Lesson6; make
|
||||
|
||||
#empty dist and distdir to let top-level 'make' do its job
|
||||
dist :
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue