diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -SUBDIRS = application-devel flash-memory frameworks -#kernel-devel linux-basics realtime protocols +SUBDIRS = application-devel flash-memory frameworks kernel-devel +#linux-basics realtime protocols default: make all @@ -18,8 +18,8 @@ book:: touch tailpres.tex mv tailhandout.tex _tailhandout.tex touch tailhandout.tex - #pdflatex pres_master.tex - #pdflatex pres_master.tex + pdflatex pres_master.tex + pdflatex pres_master.tex pdflatex handout_master.tex pdflatex handout_master.tex rm configpres.tex confighandout.tex tailpres.tex tailhandout.tex |
